Completed
Push — master ( 28e6df...c74cf9 )
by Gaël
14:10
created
src/Resources/PickupPoint.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -135,7 +135,7 @@
 block discarded – undo
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,
Please login to merge, or discard this patch.