Completed
Push — master ( e8fa7c...f772f6 )
by Amine
03:09
created
src/Command.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use Tarsana\Functional as F;
6 6
 use Tarsana\Functional\Stream;
7 7
 use Tarsana\Command\Environment;
8
-use Tarsana\Syntax\Factory as S;
9 8
 use Tarsana\Command\TemplateLoader;
10 9
 use Tarsana\Command\Commands\HelpCommand;
11 10
 use Tarsana\Command\Syntax\SyntaxBuilder;
Please login to merge, or discard this patch.
src/Commands/HelpCommand.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -5,9 +5,7 @@
 block discarded – undo
5 5
 use Tarsana\Functional as F;
6 6
 use Tarsana\Command\SubCommand;
7 7
 use Tarsana\Syntax\ArraySyntax;
8
-use Tarsana\Syntax\Factory as S;
9 8
 use Tarsana\Syntax\ObjectSyntax;
10
-use Tarsana\Command\Syntax\SyntaxPrinter;
11 9
 
12 10
 
13 11
 class HelpCommand extends SubCommand {
Please login to merge, or discard this patch.
src/SubCommand.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,6 @@
 block discarded – undo
1 1
 <?php namespace Tarsana\Command;
2 2
 
3 3
 use Tarsana\Command\Command;
4
-use Tarsana\Command\Commands\HelpCommand;
5 4
 
6 5
 /**
7 6
  * A SubCommand which has a parent command and can access it.
Please login to merge, or discard this patch.