Completed
Push — master ( 615209...0db88d )
by William Johnson S.
07:08
created
src/HttpApi.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -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.