Completed
Push — master ( f8328a...60f6f6 )
by Gaël
02:18
created
src/DeliveryChoice.php 1 patch
Indentation   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -39,16 +39,16 @@
 block discarded – undo
39 39
      * @throws \Exception
40 40
      */
41 41
     public function findPickupPoints(string $city,
42
-                                     string $zipCode,
43
-                                     string $country,
44
-                                     int $nbResults = null,
45
-                                     string $code = null,
46
-                                     string $latitude = null,
47
-                                     string $longitude = null,
48
-                                     string $weight = null,
49
-                                     string $collectType = null,
50
-                                     string $sendingDelay = null,
51
-                                     int $searchRadius = null)
42
+                                        string $zipCode,
43
+                                        string $country,
44
+                                        int $nbResults = null,
45
+                                        string $code = null,
46
+                                        string $latitude = null,
47
+                                        string $longitude = null,
48
+                                        string $weight = null,
49
+                                        string $collectType = null,
50
+                                        string $sendingDelay = null,
51
+                                        int $searchRadius = null)
52 52
     {
53 53
         $options = [
54 54
                 'Ville' => $city,
Please login to merge, or discard this patch.