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