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