Syntax improvements

This commit is contained in:
Alex Bilbie
2014-12-03 23:21:54 +00:00
parent 92404ab2bf
commit b8331d12e4
5 changed files with 14 additions and 14 deletions

View File

@@ -102,7 +102,7 @@ class AuthorizationServer extends AbstractServer
/**
* Check if a grant type has been enabled
* @param string $identifier The grant type identifier
* @param string $identifier The grant type identifier
* @return boolean Returns "true" if enabled, "false" if not
*/
public function hasGrantType($identifier)
@@ -247,7 +247,7 @@ class AuthorizationServer extends AbstractServer
/**
* Return a grant type class
* @param string $grantType The grant type identifier
* @param string $grantType The grant type identifier
* @return Grant\GrantTypeInterface
* @throws
*/