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

@@ -49,8 +49,7 @@ class ClientCredentialsGrant extends AbstractGrant
/**
* Complete the client credentials grant
* @param null|array $inputParams
* @return array
* @return \League\OAuth2\Server\TokenType\TokenTypeInterface
*/
public function completeFlow()
{