@@ -91,7 +91,7 @@ |
||
| 91 | 91 | public function sendApiRequest(RequestMethods $method) |
| 92 | 92 | { |
| 93 | 93 | $response = $this->client->getResponseContent($method->getRequestString()); |
| 94 | - if(!empty($response)) { |
|
| 94 | + if (!empty($response)) { |
|
| 95 | 95 | $method->setResult($response); |
| 96 | 96 | } |
| 97 | 97 | |