Test Setup Failed
Branch master (730ea3)
by alexfloppy
03:06
created
app/Console/Commands/MakeJsonApiDemo.php 2 patches
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -175,8 +175,8 @@
 block discarded – undo
175 175
     }
176 176
 
177 177
     /**
178
-     * @param $src
179
-     * @param $dst
178
+     * @param string $src
179
+     * @param string $dst
180 180
      */
181 181
     protected function recurse_copy($src,$dst)
182 182
     {
Please login to merge, or discard this patch.
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,8 +3,6 @@
 block discarded – undo
3 3
 namespace App\Console\Commands;
4 4
 
5 5
 use Illuminate\Console\Command;
6
-use Symfony\Component\Console\Input\InputInterface;
7
-use Symfony\Component\Console\Output\OutputInterface;
8 6
 
9 7
 class MakeJsonApiDemo extends Command
10 8
 {
Please login to merge, or discard this patch.