Completed
Push — master ( c6d423...e3748b )
by smiley
01:59
created
src/Providers/OAuthProvider.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -88,7 +88,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 
Please login to merge, or discard this patch.