@@ -93,7 +93,7 @@ |
||
93 | 93 | { |
94 | 94 | $this->firstDay = $this->defineFirstDayOfWeek($firstDay); |
95 | 95 | $monthsInYear = $this->cE->getMonthsInYear($this->thisYear()); |
96 | - for ($i=1; $i <= $monthsInYear; $i++) { |
|
96 | + for ($i = 1; $i <= $monthsInYear; $i++) { |
|
97 | 97 | $this->children[$i] = Factory::create('Month', $this->year, $i); |
98 | 98 | } |
99 | 99 | if (count($sDates) > 0) { |