Completed
Push — master ( 246059...760ebc )
by Oleksandr
03:20 queued 16s
created
Api/CurrentWeatherData.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -48,8 +48,7 @@
 block discarded – undo
48 48
             $response = $this->client->get('', [
49 49
                 'query' => $params,
50 50
             ]);
51
-        }
52
-        catch (ClientException $exception) {
51
+        } catch (ClientException $exception) {
53 52
             switch ($exception->getCode()) {
54 53
                 case 401:
55 54
                     throw new BadRequestException('You doesn\'t set APPID parameter or it has incorrect value');
Please login to merge, or discard this patch.