@@ -280,7 +280,7 @@ |
||
280 | 280 | /** |
281 | 281 | * Set the days of the week the command should run on. |
282 | 282 | * |
283 | - * @param array|mixed $days |
|
283 | + * @param integer $days |
|
284 | 284 | * @return $this |
285 | 285 | */ |
286 | 286 | public function days($days) |
@@ -60,7 +60,7 @@ |
||
60 | 60 | } |
61 | 61 | |
62 | 62 | $result = $event->run(); |
63 | - if ($event instanceof Process) { |
|
63 | + if ($event instanceof Process) { |
|
64 | 64 | $this->handleProcessOutput($result, $output); |
65 | 65 | } |
66 | 66 | } |