Passed
Push — master ( 5dcfca...b6bddc )
by Andrey
03:35
created
src/Models/AdditionalService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -120,7 +120,7 @@
 block discarded – undo
120 120
         $this->getSubtypeReason();
121 121
         $this->getNote();
122 122
 
123
-        if (! $this->Note) {
123
+        if (!$this->Note) {
124 124
             $this->methodProperties['Note'] = config('novaposhta.return_note');
125 125
         }
126 126
 
Please login to merge, or discard this patch.
src/Traits/AdditionalServiceProperty.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -85,7 +85,7 @@
 block discarded – undo
85 85
         }
86 86
 
87 87
         //Если другие идентификаторы не заполнены - оформляем возврат на отделение по умолчанию (из конфига)
88
-        if (! $this->ReturnAddressRef && ! $this->RecipientWarehouse && ! $this->RecipientSettlement) {
88
+        if (!$this->ReturnAddressRef && !$this->RecipientWarehouse && !$this->RecipientSettlement) {
89 89
             $this->methodProperties['RecipientWarehouse'] = config('novaposhta.ref_return_warehouse');
90 90
         }
91 91
     }
Please login to merge, or discard this patch.