Passed
Pull Request — master (#2)
by tsms
02:16 queued 33s
created
src/Hour.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -98,11 +98,11 @@
 block discarded – undo
98 98
     {
99 99
         include_once CALENDAR_ROOT.'Minute.php';
100 100
         $mIH = $this->cE->getMinutesInHour($this->year, $this->month, $this->day,
101
-                           $this->hour);
101
+                            $this->hour);
102 102
         for ($i=0; $i < $mIH; $i++) {
103 103
             $this->children[$i] =
104 104
                 new Minute($this->year, $this->month, $this->day,
105
-                           $this->hour, $i);
105
+                            $this->hour, $i);
106 106
         }
107 107
         if (count($sDates) > 0) {
108 108
             $this->setSelection($sDates);
Please login to merge, or discard this patch.