Completed
Push — master ( 511c4e...a57a6b )
by recca
02:28
created
src/Console/GeneratorCommand.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,10 +2,10 @@
 block discarded – undo
2 2
 
3 3
 namespace Recca0120\Generator\Console;
4 4
 
5
+use Illuminate\Console\GeneratorCommand as BaseCommand;
6
+use Illuminate\Filesystem\Filesystem;
5 7
 use Illuminate\Support\Str;
6 8
 use Recca0120\Generator\Generator;
7
-use Illuminate\Filesystem\Filesystem;
8
-use Illuminate\Console\GeneratorCommand as BaseCommand;
9 9
 
10 10
 abstract class GeneratorCommand extends BaseCommand
11 11
 {
Please login to merge, or discard this patch.
src/Console/RepositoryMakeCommand.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Recca0120\Generator\Console;
4 4
 
5
-use Illuminate\Support\Str;
6
-use InvalidArgumentException;
7 5
 use Symfony\Component\Console\Input\InputOption;
8 6
 
9 7
 class RepositoryMakeCommand extends GeneratorCommand
Please login to merge, or discard this patch.