parent
7d68e3acc3
commit
fa52aef28a
|
@ -177,7 +177,7 @@ class TolerantDefinitionResolver implements DefinitionResolverInterface
|
||||||
|
|
||||||
// this determines whether the suggestion will show after "new"
|
// this determines whether the suggestion will show after "new"
|
||||||
// TODO name
|
// TODO name
|
||||||
$def->isClass = $node instanceof Tolerant\Node\Statement\ClassDeclaration;
|
$def->canBeInstantiated = $node instanceof Tolerant\Node\Statement\ClassDeclaration;
|
||||||
|
|
||||||
$def->isGlobal = (
|
$def->isGlobal = (
|
||||||
$node instanceof Tolerant\Node\Statement\InterfaceDeclaration
|
$node instanceof Tolerant\Node\Statement\InterfaceDeclaration
|
||||||
|
|
Loading…
Reference in New Issue