@@ -40,7 +40,7 @@ |
||
40 | 40 | * @param CronExpression $rRule |
41 | 41 | * @param DateTimeInterface $from |
42 | 42 | * @param DateTimeInterface $to |
43 | - * @param $inc |
|
43 | + * @param boolean $inc |
|
44 | 44 | * @return DateTimeInterface[] |
45 | 45 | */ |
46 | 46 | private function getDates(CronExpression $rRule, DateTimeInterface $from, DateTimeInterface $to, $inc) |
@@ -2,8 +2,8 @@ |
||
2 | 2 | |
3 | 3 | namespace Scheduler\Job; |
4 | 4 | |
5 | -use DateTimeInterface; |
|
6 | 5 | use Cron\CronExpression; |
6 | +use DateTimeInterface; |
|
7 | 7 | |
8 | 8 | /** |
9 | 9 | * Class CronRule |