Completed
Push — master ( 12bc3a...45fe61 )
by Fumio
02:33
created
sources/Generators/Commands/TestMakeCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -73,7 +73,7 @@
 block discarded – undo
73 73
      */
74 74
     protected function getDefaultNamespace()
75 75
     {
76
-        return $this->getRootNamespace() . ($this->option('unit') ? '\\Unit' : '\\Feature');
76
+        return $this->getRootNamespace().($this->option('unit') ? '\\Unit' : '\\Feature');
77 77
     }
78 78
 
79 79
     /**
Please login to merge, or discard this patch.