Completed
Push — master ( 9919f9...1d1ba6 )
by Anton
09:31
created
src/Command/Generate/CrudCommand.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 
7 7
 namespace Bluzman\Command\Generate;
8 8
 
9
-use Bluz\Validator\Validator as v;
10 9
 use Bluzman\Input\InputArgument;
11 10
 use Bluzman\Input\InputException;
12 11
 use Bluzman\Generator;
Please login to merge, or discard this patch.
src/Command/Generate/GridCommand.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 
7 7
 namespace Bluzman\Command\Generate;
8 8
 
9
-use Bluz\Validator\Validator as v;
10 9
 use Bluzman\Input\InputArgument;
11 10
 use Bluzman\Input\InputException;
12 11
 use Bluzman\Generator;
Please login to merge, or discard this patch.