@@ -100,6 +100,9 @@ discard block |
||
100 | 100 | */ |
101 | 101 | public $description; |
102 | 102 | |
103 | + /** |
|
104 | + * @param string $command |
|
105 | + */ |
|
103 | 106 | public function __construct(/* string */ $command) |
104 | 107 | { |
105 | 108 | Assert::stringNotEmpty($command); |
@@ -201,7 +204,6 @@ discard block |
||
201 | 204 | /** |
202 | 205 | * Do not allow the event to overlap each other. |
203 | 206 | * |
204 | - * @param string|int $safe_duration |
|
205 | 207 | * |
206 | 208 | * @return $this |
207 | 209 | */ |
@@ -532,7 +534,7 @@ discard block |
||
532 | 534 | /** |
533 | 535 | * Set the days of the week the command should run on. |
534 | 536 | * |
535 | - * @param array|mixed $days |
|
537 | + * @param integer $days |
|
536 | 538 | * @return $this |
537 | 539 | */ |
538 | 540 | public function days($days) |