@@ -144,7 +144,7 @@ |
||
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 | ); |
@@ -64,7 +64,7 @@ |
||
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 |