@@ -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 | { |
@@ -44,7 +44,7 @@ |
||
44 | 44 | /** |
45 | 45 | * Get addon. |
46 | 46 | * |
47 | - * @return string |
|
47 | + * @return Addon|null |
|
48 | 48 | */ |
49 | 49 | protected function getAddon() |
50 | 50 | { |
@@ -31,7 +31,6 @@ |
||
31 | 31 | |
32 | 32 | /** |
33 | 33 | * @param string $id |
34 | - * @param LaravelPlus\Extension\Specs\InputSpec $path |
|
35 | 34 | */ |
36 | 35 | public function __construct($id, InputSpec $spec) |
37 | 36 | { |