1
0
Fork 0

fix(indention)

pull/15/head
Levan Gabeskiria 2016-09-08 22:22:40 +04:00
parent 347cfae7c0
commit 42d26daf7b
1 changed files with 2 additions and 2 deletions

View File

@ -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];