Passed
Pull Request — master (#2)
by tsms
01:33
created
src/Year.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -108,7 +108,7 @@
 block discarded – undo
108 108
         include_once CALENDAR_ROOT.'Factory.php';
109 109
         $this->firstDay = $this->defineFirstDayOfWeek($firstDay);
110 110
         $monthsInYear   = $this->cE->getMonthsInYear($this->thisYear());
111
-        for ($i=1; $i <= $monthsInYear; $i++) {
111
+        for ($i = 1; $i <= $monthsInYear; $i++) {
112 112
             $this->children[$i] = Factory::create('Month', $this->year, $i);
113 113
         }
114 114
         if (count($sDates) > 0) {
Please login to merge, or discard this patch.