| @@ -14,7 +14,6 @@ | ||
| 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; | 
| @@ -2,7 +2,6 @@ | ||
| 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; | 
| @@ -3,7 +3,6 @@ | ||
| 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; |