Passed
Push — master ( 754b1f...8ec9da )
by Andrey
03:32
created
src/Traits/InternetDocumentProperty.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -237,10 +237,10 @@
 block discarded – undo
237 237
      */
238 238
     public function setBackwardDeliveryData($RedeliveryString, ?string $PayerType = null, ?string $CargoType = null): self
239 239
     {
240
-        if (! $PayerType) {
240
+        if (!$PayerType) {
241 241
             $PayerType = config('novaposhta.back_delivery_payer_type');
242 242
         }
243
-        if (! $CargoType) {
243
+        if (!$CargoType) {
244 244
             $CargoType = config('novaposhta.back_delivery_cargo_type');
245 245
         }
246 246
         $this->BackwardDeliveryData = [
Please login to merge, or discard this patch.