Completed
Pull Request — master (#3)
by Amine
01:30
created
src/Command.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -6,11 +6,8 @@
 block discarded – undo
6 6
 use Tarsana\Command\Console\ExceptionPrinter;
7 7
 use Tarsana\Command\Interfaces\Console\ConsoleInterface;
8 8
 use Tarsana\Command\Interfaces\Template\TemplateLoaderInterface;
9
-use Tarsana\Command\SubCommand;
10 9
 use Tarsana\Command\Template\TemplateLoader;
11 10
 use Tarsana\IO\Filesystem;
12
-use Tarsana\IO\FilesystemInterface;
13
-use Tarsana\Syntax\Exceptions\ParseException;
14 11
 use Tarsana\Syntax\Factory as S;
15 12
 use Tarsana\Syntax\Text as T;
16 13
 
Please login to merge, or discard this patch.