Completed
Push — master ( ded049...28d1f7 )
by Дмитрий
02:21
created
src/Command/CheckCommand.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
 use RecursiveIteratorIterator;
15 15
 use SplFileInfo;
16 16
 use FilesystemIterator;
17
-use Symfony\Component\Config\FileLocator;
18 17
 use Symfony\Component\Console\Input\InputArgument;
19 18
 use Symfony\Component\Console\Input\InputInterface;
20 19
 use Symfony\Component\Console\Input\InputOption;
Please login to merge, or discard this patch.
src/Command/CompileCommand.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace PHPSA\Command;
4 4
 
5
-use PhpParser\ParserFactory;
6 5
 use PHPSA\Application;
7 6
 use PHPSA\Compiler;
8 7
 use PHPSA\Context;
Please login to merge, or discard this patch.
src/Command/PrintCFGCommand.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace PHPSA\Command;
4 4
 
5 5
 use FilesystemIterator;
6
-use PhpParser\ParserFactory;
7 6
 use PHPSA\Application;
8 7
 use PHPSA\Compiler;
9 8
 use PHPSA\Context;
Please login to merge, or discard this patch.