Completed
Pull Request — master (#266)
by Enrico
03:19
created
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.