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

@@ -130,8 +130,9 @@ class Server implements EmitterAwareInterface
*
* @param \Psr\Http\Message\ServerRequestInterface $request
*
* @return \League\OAuth2\Server\RequestTypes\AuthorizationRequest|null
* @throws \League\OAuth2\Server\Exception\OAuthServerException
*
* @return \League\OAuth2\Server\RequestTypes\AuthorizationRequest|null
*/
public function validateAuthorizationRequest(ServerRequestInterface $request)
{