@@ -90,7 +90,7 @@ |
||
90 | 90 | } |
91 | 91 | |
92 | 92 | $pickupPoints = array_map( |
93 | - function ($pickupPoint) { |
|
93 | + function($pickupPoint) { |
|
94 | 94 | return new PickupPoint($pickupPoint); |
95 | 95 | }, |
96 | 96 | $result |