Passed
Branch master (f46d28)
by Aurimas
02:50
created
src/Request/ShipmentRequest.php 1 patch
Indentation   +11 added lines, -11 removed lines patch added patch discarded remove patch
@@ -32,17 +32,17 @@
 block discarded – undo
32 32
         string $remark,
33 33
         float $codAmount = 0.0
34 34
     ) {
35
-       $this->authentication = $auth;
36
-       $this->name = $name;
37
-       $this->street = $street;
38
-       $this->city = $city;
39
-       $this->country = $country;
40
-       $this->postalCode = $postalCode;
41
-       $this->numberOfParcels = $numberOfParcels;
42
-       $this->phone = $phone;
43
-       $this->orderNumber = $orderNumber;
44
-       $this->remark = $remark; 
45
-       $this->codAmount = $codAmount;
35
+        $this->authentication = $auth;
36
+        $this->name = $name;
37
+        $this->street = $street;
38
+        $this->city = $city;
39
+        $this->country = $country;
40
+        $this->postalCode = $postalCode;
41
+        $this->numberOfParcels = $numberOfParcels;
42
+        $this->phone = $phone;
43
+        $this->orderNumber = $orderNumber;
44
+        $this->remark = $remark; 
45
+        $this->codAmount = $codAmount;
46 46
     }
47 47
 
48 48
     public function toArray(): array
Please login to merge, or discard this patch.