Passed
Push — master ( 8376dc...5428ca )
by Bram
02:08
created
src/Collector/Collector.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@
 block discarded – undo
61 61
                         return $response->getBody();
62 62
                     } else {
63 63
                         throw new CollectorFetchException(
64
-                            'Failed fetching with response status code: '.$response->getStatusCode()
64
+                            'Failed fetching with response status code: ' . $response->getStatusCode()
65 65
                         );
66 66
                     }
67 67
                 } else {
Please login to merge, or discard this patch.