Applied fixes from StyleCI

This commit is contained in:
Alex Bilbie
2016-04-10 06:48:46 -04:00
committed by StyleCI Bot
parent d4fb00628e
commit 5d3516c7b4
6 changed files with 20 additions and 14 deletions

View File

@@ -406,7 +406,7 @@ abstract class AbstractGrant implements GrantTypeInterface
}
/**
* @inheritdoc
* {@inheritdoc}
*/
public function canRespondToAuthorizationRequest(ServerRequestInterface $request)
{
@@ -414,7 +414,7 @@ abstract class AbstractGrant implements GrantTypeInterface
}
/**
* @inheritdoc
* {@inheritdoc}
*/
public function validateAuthorizationRequest(ServerRequestInterface $request)
{
@@ -422,7 +422,7 @@ abstract class AbstractGrant implements GrantTypeInterface
}
/**
* @inheritdoc
* {@inheritdoc}
*/
public function completeAuthorizationRequest(AuthorizationRequest $authorizationRequest)
{