@@ -8,7 +8,6 @@ |
||
8 | 8 | use PHPSA\Compiler\Expression; |
9 | 9 | use PHPSA\Compiler\GlobalVariable; |
10 | 10 | use PHPSA\Definition\AbstractDefinition; |
11 | -use PHPSA\Definition\ParentDefinition; |
|
12 | 11 | use Symfony\Component\Console\Output\OutputInterface; |
13 | 12 | use Webiny\Component\EventManager\EventManager; |
14 | 13 |
@@ -3,8 +3,6 @@ |
||
3 | 3 | namespace PHPSA\Analyzer\Pass\Expression\FunctionCall; |
4 | 4 | |
5 | 5 | use PHPSA\Context; |
6 | -use PhpParser\Node; |
|
7 | -use PhpParser\Node\Stmt; |
|
8 | 6 | use PHPSA\Analyzer\Pass; |
9 | 7 | use PhpParser\Node\Expr\Array_; |
10 | 8 | use PhpParser\Node\Expr\FuncCall; |