@@ -94,7 +94,7 @@ |
||
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 | { |
@@ -73,7 +73,7 @@ |
||
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 | /** |