Passed
Push — main ( 5489db...717dd1 )
by Vasil
15:04
created
src/Service/Shipment/CreateShipmentRequest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -278,7 +278,7 @@
 block discarded – undo
278 278
             "service" => $this->service->toArray(), // ok
279 279
             "content" => $this->content->toArray(), // ok
280 280
             "payment" => $this->payment->toArray(), // ok
281
-            "sender"  => $this->sender->toArray(),  // ok
281
+            "sender"  => $this->sender->toArray(), // ok
282 282
             /* "sender" => [
283 283
                 "phone1" => [
284 284
                     "number" => "0888323020"
Please login to merge, or discard this patch.