Reverted unnecessary changes
parent
af53973dd5
commit
66634a4045
|
@ -130,10 +130,6 @@ class CompletionProvider
|
|||
$list = new CompletionList;
|
||||
$list->isIncomplete = true;
|
||||
|
||||
//echo get_class($node->var);
|
||||
//var_dump((string)$node->var->name);
|
||||
//die();
|
||||
|
||||
// A non-free node means we do NOT suggest global symbols
|
||||
if (
|
||||
$node instanceof Node\Expr\MethodCall
|
||||
|
|
Loading…
Reference in New Issue