Updated docblocks

This commit is contained in:
Alex Bilbie 2013-05-08 14:10:48 -07:00
parent fd10861065
commit 787c8c566f
5 changed files with 5 additions and 5 deletions

View File

@ -56,7 +56,7 @@ class AuthCode implements GrantTypeInterface {
/**
* Constructor
* @param AuthServer $authServer AuthServer instance
* @param Authorization $authServer Authorization server instance
* @return void
*/
public function __construct(Authorization $authServer)

View File

@ -50,7 +50,7 @@ class ClientCredentials implements GrantTypeInterface {
/**
* Constructor
* @param AuthServer $authServer AuthServer instance
* @param Authorization $authServer Authorization server instance
* @return void
*/
public function __construct(Authorization $authServer)

View File

@ -23,7 +23,7 @@ interface GrantTypeInterface
{
/**
* Constructor
* @param AuthServer $authServer AuthServer instance
* @param Authorization $authServer Authorization server instance
* @return void
*/
public function __construct(Authorization $authServer);

View File

@ -44,7 +44,7 @@ class Implict implements GrantTypeInterface {
/**
* Constructor
* @param AuthServer $authServer AuthServer instance
* @param Authorization $authServer Authorization server instance
* @return void
*/
public function __construct(Authorization $authServer)

View File

@ -56,7 +56,7 @@ class Password implements GrantTypeInterface {
/**
* Constructor
* @param AuthServer $authServer AuthServer instance
* @param Authorization $authServer Authorization server instance
* @return void
*/
public function __construct(Authorization $authServer)