@@ -88,7 +88,7 @@ discard block |
||
88 | 88 | * @param \chillerlan\OAuth\Storage\TokenStorageInterface $storage |
89 | 89 | * @param \chillerlan\Traits\ContainerInterface $options |
90 | 90 | */ |
91 | - public function __construct(HTTPClientInterface $http, TokenStorageInterface $storage, ContainerInterface $options){ |
|
91 | + public function __construct(HTTPClientInterface $http, TokenStorageInterface $storage, ContainerInterface $options) { |
|
92 | 92 | $this->setHTTPClient($http); |
93 | 93 | |
94 | 94 | $this->storage = $storage; |
@@ -96,7 +96,7 @@ discard block |
||
96 | 96 | |
97 | 97 | $this->serviceName = (new ReflectionClass($this))->getShortName(); |
98 | 98 | |
99 | - if($this instanceof ApiClientInterface){ |
|
99 | + if ($this instanceof ApiClientInterface) { |
|
100 | 100 | $this->loadEndpoints(); |
101 | 101 | } |
102 | 102 |