Passed
Pull Request — master (#2)
by tsms
01:36
created
src/Hour.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -84,7 +84,7 @@
 block discarded – undo
84 84
     {
85 85
         $mIH = $this->cE->getMinutesInHour($this->year, $this->month, $this->day,
86 86
                            $this->hour);
87
-        for ($i=0; $i < $mIH; $i++) {
87
+        for ($i = 0; $i < $mIH; $i++) {
88 88
             $this->children[$i] =
89 89
                 new Minute($this->year, $this->month, $this->day,
90 90
                            $this->hour, $i);
Please login to merge, or discard this patch.