More CS fixer changes

This commit is contained in:
Alex Bilbie
2014-05-03 10:53:57 +01:00
parent 97e7a00bca
commit ed7f5370ca
14 changed files with 50 additions and 71 deletions

View File

@@ -18,7 +18,7 @@ interface AuthCodeInterface
{
/**
* Get the auth code
* @param string $code
* @param string $code
* @return \League\OAuth2\Server\Entity\AuthCodeEntity
*/
public function get($code);