Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

Commit

Permalink
[#43] CS fixes (trailing whitespace)
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Jun 2, 2014
1 parent db33210 commit c8518c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Factory/OAuth2ServerFactory.php
Expand Up @@ -43,7 +43,7 @@ public function createService(ServiceLocatorInterface $services)
'allow_implicit' => $allowImplicit,
'access_lifetime' => $accessLifetime
));

// Pass a storage object or array of storage objects to the OAuth2 server class
$server = new OAuth2Server($storage, $options);

Expand Down

0 comments on commit c8518c4

Please sign in to comment.