Passed
Push — master ( 655901...c58a64 )
by Andrey
03:32
created
src/Models/Address.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@  discard block
 block discarded – undo
55 55
         /**
56 56
          * Если значения пустые - вставляем насильно
57 57
          */
58
-        if (! $this->limit) {
58
+        if (!$this->limit) {
59 59
             $this->methodProperties['Limit'] = config('novaposhta.page_limit');
60 60
         }
61 61
 
@@ -93,7 +93,7 @@  discard block
 block discarded – undo
93 93
         /**
94 94
          * Если значения пустые - вставляем насильно
95 95
          */
96
-        if (! $this->limit) {
96
+        if (!$this->limit) {
97 97
             $this->methodProperties['Limit'] = config('novaposhta.page_limit');
98 98
         }
99 99
 
Please login to merge, or discard this patch.