Completed
Pull Request — master (#240)
by Дмитрий
08:39 queued 02:29
created
tests/PHPSA/AnalyzeFixturesTest.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -113,7 +113,7 @@
 block discarded – undo
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
      */
Please login to merge, or discard this patch.
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -4,8 +4,6 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 {
Please login to merge, or discard this patch.