Completed
Push — master ( 8e7c5b...4d2ce9 )
by Maarten
01:21
created
src/Actions/Migration/CreateMigrationAction.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
40 40
     }
41 41
 
42 42
     /**
43
-     * @param $request
43
+     * @param CreateRelationRequest $request
44 44
      * @return bool|int
45 45
      */
46 46
     private function createRelationMigration($request)
Please login to merge, or discard this patch.
Unused Use Statements   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -2,11 +2,11 @@
 block discarded – undo
2 2
 
3 3
 namespace Mtolhuys\LaravelSchematics\Actions\Migration;
4 4
 
5
-use Illuminate\Support\Str;
6
-use Illuminate\Support\Facades\File;
7 5
 use Illuminate\Support\Facades\Artisan;
8
-use Mtolhuys\LaravelSchematics\Services\RuleParser;
6
+use Illuminate\Support\Facades\File;
7
+use Illuminate\Support\Str;
9 8
 use Mtolhuys\LaravelSchematics\Http\Requests\CreateRelationRequest;
9
+use Mtolhuys\LaravelSchematics\Services\RuleParser;
10 10
 
11 11
 class CreateMigrationAction
12 12
 {
Please login to merge, or discard this patch.