diff options
Diffstat (limited to 'app/Core/HttpClient.php')
-rw-r--r-- | app/Core/HttpClient.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/Core/HttpClient.php b/app/Core/HttpClient.php index 4ec5396e..7f4ea47a 100644 --- a/app/Core/HttpClient.php +++ b/app/Core/HttpClient.php @@ -131,8 +131,7 @@ class HttpClient extends Base if (is_resource($stream)) { $response = stream_get_contents($stream); - } - else { + } else { $this->container['logger']->error('HttpClient: request failed'); } |