@@ -15,7 +15,7 @@ discard block |
||
15 | 15 | use chillerlan\OAuth\{Core\AccessToken, OAuthOptions}; |
16 | 16 | use chillerlan\Settings\SettingsContainerInterface; |
17 | 17 | |
18 | -abstract class OAuthStorageAbstract implements OAuthStorageInterface{ |
|
18 | +abstract class OAuthStorageAbstract implements OAuthStorageInterface { |
|
19 | 19 | |
20 | 20 | /** |
21 | 21 | * @var \chillerlan\OAuth\OAuthOptions |
@@ -27,7 +27,7 @@ discard block |
||
27 | 27 | * |
28 | 28 | * @param \chillerlan\Settings\SettingsContainerInterface|null $options |
29 | 29 | */ |
30 | - public function __construct(SettingsContainerInterface $options = null){ |
|
30 | + public function __construct(SettingsContainerInterface $options = null) { |
|
31 | 31 | $this->options = $options ?? new OAuthOptions; |
32 | 32 | } |
33 | 33 |