TravisCI fix for PHPStan

This commit is contained in:
Simon Hamp 2018-02-26 16:04:48 +00:00
parent 6723aadfe8
commit 009c109716

View File

@ -199,7 +199,7 @@ class AuthCodeGrant extends AbstractAuthorizeGrant
/** /**
* Fetch the client_id parameter from the query string. * Fetch the client_id parameter from the query string.
* *
* @return string * @return string|null
* @throws OAuthServerException * @throws OAuthServerException
*/ */
protected function getClientIdFromRequest($request) protected function getClientIdFromRequest($request)