Completed
Push — master ( 12bc3a...45fe61 )
by Fumio
02:33
created
sources/Generators/Commands/TestMakeCommand.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -94,7 +94,7 @@
 block discarded – undo
94 94
      * @param string $path
95 95
      * @param string $fqcn
96 96
      *
97
-     * @return bool
97
+     * @return boolean|null
98 98
      */
99 99
     protected function generateFile(FileGenerator $generator, $path, $fqcn)
100 100
     {
Please login to merge, or discard this 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.