Apply fixes from StyleCI

This commit is contained in:
Andrew Millington
2018-02-17 19:31:59 +00:00
committed by StyleCI Bot
parent 8bbb20a012
commit 25c3c216a0
4 changed files with 4 additions and 6 deletions

View File

@@ -191,7 +191,6 @@ class AuthorizationServer implements EmitterAwareInterface
if ($tokenResponse instanceof ResponseTypeInterface) {
return $tokenResponse->generateHttpResponse($response);
}
}
throw OAuthServerException::unsupportedGrantType();