@@ -89,7 +89,7 @@ |
||
89 | 89 | * @param \chillerlan\OAuth\Storage\TokenStorageInterface $storage |
90 | 90 | * @param \chillerlan\Traits\ContainerInterface $options |
91 | 91 | */ |
92 | - public function __construct(HTTPClientInterface $http, TokenStorageInterface $storage, ContainerInterface $options){ |
|
92 | + public function __construct(HTTPClientInterface $http, TokenStorageInterface $storage, ContainerInterface $options) { |
|
93 | 93 | $this->setHTTPClient($http); |
94 | 94 | |
95 | 95 | $this->storage = $storage; |