@@ -61,7 +61,7 @@ |
||
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 { |