Test Failed
Push — master ( ba0a42...78a1a9 )
by P.R.
02:25
created
src/ClubCollectApiClient.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -179,10 +179,10 @@
 block discarded – undo
179 179
                                   ?array $body = null): ?array
180 180
   {
181 181
     $url = sprintf('%s/%s%s%s',
182
-                   $this->apiEndpoint,
183
-                   self::API_VERSION,
184
-                   $this->composePath($path),
185
-                   $this->composeQuery($query));
182
+                    $this->apiEndpoint,
183
+                    self::API_VERSION,
184
+                    $this->composePath($path),
185
+                    $this->composeQuery($query));
186 186
 
187 187
     return $this->performHttpCallToFullUrl($httpMethod, $url, $this->composeRequestBody($body));
188 188
   }
Please login to merge, or discard this patch.