Docblock fixes

This commit is contained in:
Alex Bilbie
2014-11-07 01:25:13 +00:00
parent 293bc52972
commit d23dc4d247
5 changed files with 11 additions and 12 deletions

View File

@@ -159,7 +159,7 @@ class AuthCodeGrant extends AbstractGrant
/**
* Complete the auth code grant
* @return array
* @return \League\OAuth2\Server\TokenType\TokenTypeInterface
*/
public function completeFlow()
{