@@ -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 | { |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace LaravelPlus\Extension\Providers; |
4 | 4 | |
5 | 5 | use Illuminate\Foundation\Providers\ArtisanServiceProvider as ServiceProvider; |
6 | -use Illuminate\Console\Scheduling\Schedule; |
|
7 | 6 | use Illuminate\Console\Scheduling\ScheduleRunCommand; |
8 | 7 | use Illuminate\Console\Scheduling\ScheduleFinishCommand; |
9 | 8 | use LaravelPlus\Extension\Console; |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace LaravelPlus\Extension\Console; |
4 | 4 | |
5 | 5 | use Illuminate\Console\Command; |
6 | -use Illuminate\Foundation\Application; |
|
7 | 6 | use LaravelPlus\Extension\Hooks\ApplicationHook; |
8 | 7 | |
9 | 8 | /** |
@@ -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 | { |
@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use Jumilla\Generators\Laravel\OneFileGeneratorCommand as BaseCommand; |
6 | 6 | use Jumilla\Generators\FileGenerator; |
7 | -use LaravelPlus\Extension\Addons\Addon; |
|
8 | 7 | use LaravelPlus\Extension\Generators\GeneratorCommandTrait; |
9 | 8 | use Illuminate\Support\Str; |
10 | 9 |
@@ -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 | { |
@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use Jumilla\Generators\Laravel\OneFileGeneratorCommand as BaseCommand; |
6 | 6 | use Jumilla\Generators\FileGenerator; |
7 | -use LaravelPlus\Extension\Addons\Addon; |
|
8 | 7 | use LaravelPlus\Extension\Generators\GeneratorCommandTrait; |
9 | 8 | use Illuminate\Support\Str; |
10 | 9 |