@@ -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); |
@@ -530,7 +533,7 @@ discard block |
||
530 | 533 | /** |
531 | 534 | * Set the days of the week the command should run on. |
532 | 535 | * |
533 | - * @param array|mixed $days |
|
536 | + * @param integer $days |
|
534 | 537 | * @return $this |
535 | 538 | */ |
536 | 539 | public function days($days) |