@@ -15,7 +15,7 @@ |
||
15 | 15 | */ |
16 | 16 | public function init($config = null) |
17 | 17 | { |
18 | - if(!$config) { |
|
18 | + if (!$config) { |
|
19 | 19 | $config = $this->getConfig()['guzzle']; |
20 | 20 | } |
21 | 21 |
@@ -15,7 +15,7 @@ |
||
15 | 15 | */ |
16 | 16 | public function init($config = null) |
17 | 17 | { |
18 | - if(!$config) { |
|
18 | + if (!$config) { |
|
19 | 19 | $config = $this->getConfig()['guzzle']; |
20 | 20 | } |
21 | 21 |