Passed
Pull Request — main (#26)
by
unknown
03:03
created
src/Commands/EnumMakeCommand.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@  discard block
 block discarded – undo
41 41
 
42 42
         return file_exists($customPath = $this->laravel->basePath(trim($relativePath, '/')))
43 43
             ? $customPath
44
-            : __DIR__ . $relativePath;
44
+            : __DIR__.$relativePath;
45 45
     }
46 46
 
47 47
     /**
@@ -52,7 +52,7 @@  discard block
 block discarded – undo
52 52
      */
53 53
     protected function getDefaultNamespace($rootNamespace)
54 54
     {
55
-        return $rootNamespace . '\Enums';
55
+        return $rootNamespace.'\Enums';
56 56
     }
57 57
 
58 58
     /**
Please login to merge, or discard this patch.