|
@@ -304,7 +304,7 @@ |
|
|
block discarded – undo |
|
304
|
304
|
private function getPunchsFromPage(IHttpResponse $punchsPageResponse) |
|
305
|
305
|
{ |
|
306
|
306
|
if ($punchsPageResponse->getHttpStatus() !== IHttpClient::HTTP_STATUS_OK) { |
|
307
|
|
- throw new InvalidArgumentException('The request returned http status ' . $punchsPageResponse->getHttpStatus()); |
|
|
307
|
+ throw new InvalidArgumentException('The request returned http status '.$punchsPageResponse->getHttpStatus()); |
|
308
|
308
|
} |
|
309
|
309
|
|
|
310
|
310
|
$punchs = $this->parsePunchsPage($punchsPageResponse); |
Please login to merge, or discard this patch.