@@ -113,7 +113,7 @@ |
||
| 113 | 113 | } |
| 114 | 114 | |
| 115 | 115 | /** |
| 116 | - * @param string $analyzer |
|
| 116 | + * @param string $analyzerName |
|
| 117 | 117 | * @return EventManager |
| 118 | 118 | * @throws \Webiny\Component\EventManager\EventManagerException |
| 119 | 119 | */ |
@@ -4,8 +4,6 @@ discard block |
||
| 4 | 4 | |
| 5 | 5 | use PhpParser\ParserFactory; |
| 6 | 6 | use PHPSA\Analyzer; |
| 7 | -use PHPSA\Analyzer\EventListener\ExpressionListener; |
|
| 8 | -use PHPSA\Analyzer\EventListener\StatementListener; |
|
| 9 | 7 | use PHPSA\Application; |
| 10 | 8 | use PHPSA\Configuration; |
| 11 | 9 | use PHPSA\Context; |
@@ -15,8 +13,6 @@ discard block |
||
| 15 | 13 | use RecursiveIteratorIterator; |
| 16 | 14 | use Webiny\Component\EventManager\EventManager; |
| 17 | 15 | use PHPSA\Compiler; |
| 18 | -use PhpParser\Node; |
|
| 19 | -use PHPSA\Analyzer\Pass as AnalyzerPass; |
|
| 20 | 16 | |
| 21 | 17 | class AnalyzeFixturesTest extends TestCase |
| 22 | 18 | { |