Passed
Push — master ( 374df8...9c2f7b )
by Andrey
03:39
created
src/Models/AdditionalService.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -164,7 +164,7 @@  discard block
 block discarded – undo
164 164
              */
165 165
             $this->getReturnAddressRef();
166 166
 
167
-            if (! $this->Note) {
167
+            if (!$this->Note) {
168 168
                 $this->methodProperties['Note'] = config('novaposhta.redirecting_note');
169 169
             }
170 170
         }
@@ -177,7 +177,7 @@  discard block
 block discarded – undo
177 177
             $this->getServiceType();
178 178
             $this->getRecipientData();
179 179
 
180
-            if (! $this->Note) {
180
+            if (!$this->Note) {
181 181
                 $this->methodProperties['Note'] = config('novaposhta.return_note');
182 182
             }
183 183
         }
Please login to merge, or discard this patch.