@@ -190,7 +190,7 @@ |
||
190 | 190 | 'form_params' => $params, |
191 | 191 | 'headers' => $this->getStandardHeaders() |
192 | 192 | ]); |
193 | - } catch(\Exception $e) |
|
193 | + } catch (\Exception $e) |
|
194 | 194 | { |
195 | 195 | throw new Exception('Unexpected exception in ' . __METHOD__, 0, $e); |
196 | 196 | } |
@@ -5,7 +5,7 @@ |
||
5 | 5 | { |
6 | 6 | public function __construct(\GuzzleHttp\Psr7\Response $response) |
7 | 7 | { |
8 | - parent::__construct($response, ['valid', 'invalid']); |
|
8 | + parent::__construct($response, [ 'valid', 'invalid' ]); |
|
9 | 9 | } |
10 | 10 | |
11 | 11 | public function isValid() { |
@@ -5,7 +5,7 @@ |
||
5 | 5 | { |
6 | 6 | public function __construct(\GuzzleHttp\Psr7\Response $response) |
7 | 7 | { |
8 | - parent::__construct($response, ['true', 'false']); |
|
8 | + parent::__construct($response, [ 'true', 'false' ]); |
|
9 | 9 | } |
10 | 10 | |
11 | 11 | public function isSpam() { |