Passed
Push — master ( a0a4e5...a99763 )
by Andrey
03:33
created
src/NovaPoshta.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@  discard block
 block discarded – undo
41 41
      */
42 42
     public function getApi(): string
43 43
     {
44
-        if (! $this->api) {
44
+        if (!$this->api) {
45 45
             $this->api = config('novaposhta.api_key');
46 46
         }
47 47
 
@@ -194,7 +194,7 @@  discard block
 block discarded – undo
194 194
         Log::debug($model.' / '.$calledMethod.' // apiKey: '.(int) $auth);
195 195
         Log::debug('--------------------');
196 196
 
197
-        if (! empty($methodProperties)) {
197
+        if (!empty($methodProperties)) {
198 198
             try {
199 199
                 Log::notice(json_encode($methodProperties));
200 200
             } catch (Exception $e) {
Please login to merge, or discard this patch.