@@ -324,7 +324,7 @@ |
||
324 | 324 | private function getPunchesFromPage(IHttpResponse $punchesPageResponse) |
325 | 325 | { |
326 | 326 | if ($punchesPageResponse->getHttpStatus() !== IHttpClient::HTTP_STATUS_OK) { |
327 | - throw new InvalidArgumentException('The request returned http status ' . $punchesPageResponse->getHttpStatus()); |
|
327 | + throw new InvalidArgumentException('The request returned http status '.$punchesPageResponse->getHttpStatus()); |
|
328 | 328 | } |
329 | 329 | |
330 | 330 | $punches = $this->parsePunchesPage($punchesPageResponse); |