Completed
Push — master ( 7d15ad...041b6d )
by Mehmet
03:10
created
src/API/Client.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -167,7 +167,7 @@
 block discarded – undo
167 167
     private function httpRequest(EndpointInterface $endpoint) : ResponseInterface
168 168
     {
169 169
         $this->headers = array_merge($this->headers, $endpoint->getHeaders());
170
-           $queryParams = $this->getQueryParams($endpoint);
170
+            $queryParams = $this->getQueryParams($endpoint);
171 171
 
172 172
         $uri = $this->environment->getApiUrl() . $endpoint->getEndpoint();
173 173
         $options = [];
Please login to merge, or discard this patch.