Passed
Branch master (6512d2)
by P.R.
03:04
created
src/ClubCollectApiClient.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -279,7 +279,7 @@  discard block
 block discarded – undo
279 279
       {
280 280
         if ($first)
281 281
         {
282
-          $uri   .= '?';
282
+          $uri .= '?';
283 283
           $first = false;
284 284
         }
285 285
         else
@@ -327,7 +327,7 @@  discard block
 block discarded – undo
327 327
    */
328 328
   private function parseResponseBody(ResponseInterface $response): ?array
329 329
   {
330
-    $body = (string)$response->getBody();
330
+    $body = (string) $response->getBody();
331 331
     if (empty($body))
332 332
     {
333 333
       if ($response->getStatusCode()===self::HTTP_NO_CONTENT)
Please login to merge, or discard this patch.