@@ -111,7 +111,7 @@ |
||
| 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 | |
@@ -111,7 +111,7 @@ |
||
| 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 | |