Passed
Push — master ( fb8117...3cc46b )
by smiley
01:50
created
src/Storage/OAuthStorageAbstract.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 
Please login to merge, or discard this patch.