@@ -135,7 +135,7 @@ |
||
135 | 135 | foreach ($weekDays as $dayKey => $hours) { |
136 | 136 | $day = []; |
137 | 137 | $hoursCount = count($hours); |
138 | - for ($i = 0; $i < $hoursCount; $i+=2) { |
|
138 | + for ($i = 0; $i < $hoursCount; $i += 2) { |
|
139 | 139 | if (!empty($hours[$i]) && !empty($hours[$i + 1])) { |
140 | 140 | array_push( |
141 | 141 | $day, |