1
0
Fork 0

fix code style

pull/347/head
jens1o 2017-04-17 12:18:27 +02:00
parent 76e7170f15
commit 7380acc49f
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ class SymbolInformation
} }
if ($node instanceof Node\Name) { if ($node instanceof Node\Name) {
$symbol->name = (string)$node; $symbol->name = (string)$node;
} else if( } else if (
$node instanceof Node\Expr\FuncCall $node instanceof Node\Expr\FuncCall
&& $node->name instanceof Node\Name && $node->name instanceof Node\Name
&& strtolower((string)$node->name) === 'define' && strtolower((string)$node->name) === 'define'