Fix docblock

This commit is contained in:
Ilya Bulah 2018-06-15 00:06:33 +03:00
parent a31bc7d4cc
commit 224763cda6

View File

@ -211,8 +211,6 @@ abstract class AbstractGrant implements GrantTypeInterface
* @param ServerRequestInterface $request
*
* @throws OAuthServerException
*
* @return void
*/
protected function validateRedirectUri(
string $redirectUri,