Passed
Branch master (26c3bb)
by Christopher
05:47
created
src/Console/Commands/Mapping/Make.php 1 patch
Spacing   +2 added lines, -3 removed lines patch added patch discarded remove patch
@@ -48,11 +48,10 @@
 block discarded – undo
48 48
      */
49 49
     public function handle()
50 50
     {
51
-        $mapping = $this->formatMappingName((string)$this->argument('mapping'));
51
+        $mapping = $this->formatMappingName((string) $this->argument('mapping'));
52 52
         
53 53
         $model = $this->option('model') ?
54
-            $this->formatModelName($this->option('model')) :
55
-            null;
54
+            $this->formatModelName($this->option('model')) : null;
56 55
         
57 56
         $this->filesystem->put(
58 57
             $this->buildMappingFilePath($mapping),
Please login to merge, or discard this patch.