Passed
Pull Request — master (#1556)
by wannanbigpig
03:54
created
src/MicroMerchant/Kernel/BaseClient.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -111,7 +111,7 @@
 block discarded – undo
111 111
         // auto verify signature
112 112
         if ($returnResponse || 'array' !== ($this->app->config->get('response_type') ?? 'array')) {
113 113
             $this->app->verifySignature($this->castResponseToType($response, 'array'));
114
-        }else{
114
+        } else {
115 115
             $this->app->verifySignature($response);
116 116
         }
117 117
 
Please login to merge, or discard this patch.
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -111,7 +111,7 @@
 block discarded – undo
111 111
         // auto verify signature
112 112
         if ($returnResponse || 'array' !== ($this->app->config->get('response_type') ?? 'array')) {
113 113
             $this->app->verifySignature($this->castResponseToType($response, 'array'));
114
-        }else{
114
+        } else{
115 115
             $this->app->verifySignature($response);
116 116
         }
117 117
 
Please login to merge, or discard this patch.