@@ -93,7 +93,7 @@ |
||
| 93 | 93 | throw new \InvalidArgumentException(sprintf('Invalid RRULE [%s]', $rrule)); |
| 94 | 94 | } |
| 95 | 95 | |
| 96 | - $rules =[]; |
|
| 96 | + $rules = []; |
|
| 97 | 97 | foreach ($explodedRules as $explodedRule) { |
| 98 | 98 | $ruleParts = explode('=', $explodedRule); |
| 99 | 99 | |
@@ -16,7 +16,7 @@ |
||
| 16 | 16 | |
| 17 | 17 | $iteration = 1; |
| 18 | 18 | $years = 1; |
| 19 | -while($iteration <= ITERATION) { |
|
| 19 | +while ($iteration <= ITERATION) { |
|
| 20 | 20 | echo '.'; |
| 21 | 21 | // Init new period with new interval in years |
| 22 | 22 | $start = new \Datetime(sprintf('%s-%s-01', rand(1000, 9999), rand(1, 12))); |