Passed
Branch master (af9406)
by Aurimas
02:36
created
Category
src/Client.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@
 block discarded – undo
71 71
         if ($receiver->hasTerminal()) {
72 72
             $deliveryServiceCode = Service::TERMINAL();
73 73
         } else {
74
-            $deliveryServiceCode = in_array($receiver->getCountryCode(), ['LT', 'LV']) ? Service::COURIER_LT_LV() : Service::COURIER();
74
+            $deliveryServiceCode = in_array($receiver->getCountryCode(), [ 'LT', 'LV' ]) ? Service::COURIER_LT_LV() : Service::COURIER();
75 75
         }
76 76
 
77 77
         $writer->writeAttribute('service', $deliveryServiceCode->getValue());
Please login to merge, or discard this patch.