@@ -13,7 +13,7 @@ |
||
13 | 13 | /** |
14 | 14 | * Execute the console command. |
15 | 15 | * |
16 | - * @return void |
|
16 | + * @return integer |
|
17 | 17 | */ |
18 | 18 | public function handle(Container $container) |
19 | 19 | { |
@@ -23,7 +23,7 @@ |
||
23 | 23 | /** |
24 | 24 | * Create a new command instance. |
25 | 25 | * |
26 | - * @param Illuminate\Contracts\Container\Container $container |
|
26 | + * @param Container $container |
|
27 | 27 | * @return void |
28 | 28 | */ |
29 | 29 | public function __construct(Container $container) |
@@ -23,7 +23,7 @@ |
||
23 | 23 | /** |
24 | 24 | * Create a new command instance. |
25 | 25 | * |
26 | - * @param Illuminate\Contracts\Container\Container $container |
|
26 | + * @param Container $container |
|
27 | 27 | * @return void |
28 | 28 | */ |
29 | 29 | public function __construct(Container $container) |