@@ -169,7 +169,7 @@ |
||
169 | 169 | |
170 | 170 | if (file_exists(app_path('JsonApi'))) { |
171 | 171 | if(!@rmdir(app_path('JsonApi'))) { |
172 | - throw new \League\Flysystem\Exception('JsonApi directory is not empty!'); |
|
172 | + throw new \League\Flysystem\Exception('JsonApi directory is not empty!'); |
|
173 | 173 | }; |
174 | 174 | } |
175 | 175 | } catch (\League\Flysystem\Exception $e) { |
@@ -92,7 +92,7 @@ |
||
92 | 92 | /** |
93 | 93 | * Execute the console command. |
94 | 94 | * |
95 | - * @return mixed |
|
95 | + * @return boolean|null |
|
96 | 96 | */ |
97 | 97 | public function handle() |
98 | 98 | { |