Completed
Pull Request — master (#11)
by alexfloppy
02:49
created
app/Console/Commands/MakeJsonApiDemo.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -4,9 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Illuminate\Console\Command;
6 6
 use org\bovigo\vfs\vfsStream;
7
-use Symfony\Component\Console\Input\InputInterface;
8
-use Symfony\Component\Console\Output\OutputInterface;
9
-
10 7
 use org\bovigo\vfs\vfsStreamDirectory;
11 8
 use org\bovigo\vfs\vfsStreamWrapper;
12 9
 
Please login to merge, or discard this patch.
app/Console/Commands/MakeJsonApiDemoRemove.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -92,7 +92,7 @@
 block discarded – undo
92 92
     /**
93 93
      * Execute the console command.
94 94
      *
95
-     * @return mixed
95
+     * @return boolean|null
96 96
      */
97 97
     public function handle()
98 98
     {
Please login to merge, or discard this patch.