@@ -44,6 +44,9 @@ |
||
| 44 | 44 | parent::__construct(); |
| 45 | 45 | } |
| 46 | 46 | |
| 47 | + /** |
|
| 48 | + * @param string $command |
|
| 49 | + */ |
|
| 47 | 50 | public function dep($command) |
| 48 | 51 | { |
| 49 | 52 | $this->parameters = $this->getParameters(); |
@@ -15,7 +15,7 @@ |
||
| 15 | 15 | * |
| 16 | 16 | * @param string $command The artisan command (with cli options if any). |
| 17 | 17 | * @param array $options The options that define the behaviour of the command. |
| 18 | - * @return callable A function that can be used as a task. |
|
| 18 | + * @return \Closure A function that can be used as a task. |
|
| 19 | 19 | */ |
| 20 | 20 | function artisan($command, $options = []) |
| 21 | 21 | { |