| @@ -55,7 +55,7 @@ discard block | ||
| 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 | ||
| 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 | } |