@@ -7,7 +7,6 @@ |
||
7 | 7 | |
8 | 8 | use PHPSA\CompiledExpression; |
9 | 9 | use PHPSA\Context; |
10 | -use PHPSA\Compiler\Expression; |
|
11 | 10 | |
12 | 11 | class TryCatchSt extends AbstractCompiler |
13 | 12 | { |
@@ -7,7 +7,6 @@ |
||
7 | 7 | |
8 | 8 | use PHPSA\CompiledExpression; |
9 | 9 | use PHPSA\Context; |
10 | -use PHPSA\Compiler\Expression; |
|
11 | 10 | |
12 | 11 | class TryCatchSt extends AbstractCompiler |
13 | 12 | { |
@@ -7,7 +7,6 @@ |
||
7 | 7 | |
8 | 8 | use PHPSA\CompiledExpression; |
9 | 9 | use PHPSA\Context; |
10 | -use PHPSA\Compiler\Expression; |
|
11 | 10 | |
12 | 11 | class TryCatchSt extends AbstractCompiler |
13 | 12 | { |
@@ -7,7 +7,6 @@ |
||
7 | 7 | |
8 | 8 | use PHPSA\CompiledExpression; |
9 | 9 | use PHPSA\Context; |
10 | -use PHPSA\Compiler\Expression; |
|
11 | 10 | |
12 | 11 | class TryCatchSt extends AbstractCompiler |
13 | 12 | { |
@@ -6,7 +6,6 @@ |
||
6 | 6 | namespace PHPSA\Analyzer\Pass\FunctionCall; |
7 | 7 | |
8 | 8 | use PhpParser\Node\Expr\FuncCall; |
9 | -use PhpParser\Node\Name; |
|
10 | 9 | use PHPSA\Compiler\Expression; |
11 | 10 | use PHPSA\Context; |
12 | 11 |