@@ -56,7 +56,7 @@ |
||
| 56 | 56 | $jsonResponse = $this->getJsonResponse($result); |
| 57 | 57 | |
| 58 | 58 | return $jsonResponse; |
| 59 | - } catch(\GuzzleHttp\Exception\ClientException $e) { |
|
| 59 | + } catch (\GuzzleHttp\Exception\ClientException $e) { |
|
| 60 | 60 | return [ |
| 61 | 61 | 'code' => $e->getCode(), |
| 62 | 62 | 'message' => $e->getMessage() |