Completed
Pull Request — master (#274)
by Enrico
10:37
created
src/Command/CheckCommand.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,6 @@
 block discarded – undo
24 24
 use Symfony\Component\Console\Input\InputOption;
25 25
 use Symfony\Component\Console\Output\OutputInterface;
26 26
 use Webiny\Component\EventManager\EventManager;
27
-use PHPSA\Analyzer\Pass as AnalyzerPass;
28 27
 
29 28
 /**
30 29
  * Class CheckCommand
Please login to merge, or discard this patch.
tests/PHPSA/AnalyzeFixturesTest.php 1 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.
src/Command/CompileCommand.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -11,11 +11,9 @@
 block discarded – undo
11 11
 use RecursiveIteratorIterator;
12 12
 use SplFileInfo;
13 13
 use FilesystemIterator;
14
-use Symfony\Component\Config\FileLocator;
15 14
 use Symfony\Component\Console\Command\Command;
16 15
 use Symfony\Component\Console\Input\InputArgument;
17 16
 use Symfony\Component\Console\Input\InputInterface;
18
-use Symfony\Component\Console\Input\InputOption;
19 17
 use Symfony\Component\Console\Output\OutputInterface;
20 18
 use Webiny\Component\EventManager\EventManager;
21 19
 
Please login to merge, or discard this patch.