fix(indention)
parent
347cfae7c0
commit
42d26daf7b
|
@ -44,8 +44,8 @@ class SymbolFinder extends NodeVisitorAbstract
|
|||
{
|
||||
$class = get_class($node);
|
||||
if (!isset(self::NODE_SYMBOL_KIND_MAP[$class])) {
|
||||
return;
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
$symbol = end($this->symbols);
|
||||
$kind = self::NODE_SYMBOL_KIND_MAP[$class];
|
||||
|
|
Loading…
Reference in New Issue