Passed
Branch master (934829)
by Gaël
04:38
created
Category
src/Resources/PickupPoint.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -144,7 +144,7 @@
 block discarded – undo
144 144
 
145 145
         $validOpenings = array_filter(
146 146
             $partialOpenings,
147
-            function ($partial) {
147
+            function($partial) {
148 148
                 return $partial != '00:00-00:00';
149 149
             }
150 150
         );
Please login to merge, or discard this patch.
src/DeliveryChoice.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@
 block discarded – undo
64 64
         }
65 65
 
66 66
         $pickupPoints = array_map(
67
-            function ($pointRetrait) {
67
+            function($pointRetrait) {
68 68
                 return new PickupPoint($pointRetrait);
69 69
             },
70 70
             $result->listePointRetraitAcheminement
Please login to merge, or discard this patch.