Completed
Push — master ( cb0170...e93dba )
by Dmitry
01:58
created
src/Client.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@  discard block
 block discarded – undo
55 55
      */
56 56
     public function getCaptchaResultBulk(array $captchaIds)
57 57
     {
58
-        $response = $this->getHttpClient()->request('GET', '/res.php?' . http_build_query([
58
+        $response = $this->getHttpClient()->request('GET', '/res.php?'.http_build_query([
59 59
                 'key' => $this->apiKey,
60 60
                 'action' => 'get',
61 61
                 'ids' => join(',', $captchaIds)
@@ -325,7 +325,7 @@  discard block
 block discarded – undo
325 325
                 continue;
326 326
             }
327 327
 
328
-            $this->getLogger()->info("Elapsed " . (time()-$startTime) . " second(s).");
328
+            $this->getLogger()->info("Elapsed ".(time() - $startTime)." second(s).");
329 329
 
330 330
             return $result;
331 331
         }
Please login to merge, or discard this patch.