Completed
Pull Request — master (#2811)
by
unknown
02:23
created
src/Console/MakeCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
44 44
 
45 45
         $stub = $this->option('stub');
46 46
 
47
-        if ($stub and ! is_file($stub)) {
47
+        if ($stub and !is_file($stub)) {
48 48
             $this->error("The stub file dose not exist.");
49 49
             return false;
50 50
         }
Please login to merge, or discard this patch.