@@ -107,7 +107,7 @@ discard block |
||
| 107 | 107 | * |
| 108 | 108 | * @var array |
| 109 | 109 | */ |
| 110 | - protected static $guzzleOptions = [ 'http_errors' => false ]; |
|
| 110 | + protected static $guzzleOptions = ['http_errors' => false]; |
|
| 111 | 111 | |
| 112 | 112 | |
| 113 | 113 | /** |
@@ -476,7 +476,7 @@ discard block |
||
| 476 | 476 | * |
| 477 | 477 | * @param array $config |
| 478 | 478 | */ |
| 479 | - public static function setGuzzleOptions($config=[]) |
|
| 479 | + public static function setGuzzleOptions($config = []) |
|
| 480 | 480 | { |
| 481 | 481 | return self::$guzzleOptions = $config; |
| 482 | 482 | } |
@@ -77,7 +77,7 @@ |
||
| 77 | 77 | { |
| 78 | 78 | $this->config = new Config($config); |
| 79 | 79 | |
| 80 | - if ($this->config->has('guzzle')){ |
|
| 80 | + if ($this->config->has('guzzle')) { |
|
| 81 | 81 | Providers\AbstractProvider::setGuzzleOptions($this->config->get('guzzle')); |
| 82 | 82 | } |
| 83 | 83 | |