@@ -428,7 +428,7 @@ discard block |
||
428 | 428 | /** |
429 | 429 | * Set the days of the week the command should run on. |
430 | 430 | * |
431 | - * @param array|int $days |
|
431 | + * @param integer $days |
|
432 | 432 | * |
433 | 433 | * @return $this |
434 | 434 | */ |
@@ -557,7 +557,7 @@ discard block |
||
557 | 557 | /** |
558 | 558 | * Schedule the event to run every N minutes. |
559 | 559 | * |
560 | - * @param int|string $minutes |
|
560 | + * @param integer $minutes |
|
561 | 561 | * |
562 | 562 | * @return $this |
563 | 563 | */ |