Fix docblock

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

View File

@ -206,13 +206,11 @@ abstract class AbstractGrant implements GrantTypeInterface
* Validate redirectUri from the request. * Validate redirectUri from the request.
* If a redirect URI is provided ensure it matches what is pre-registered * If a redirect URI is provided ensure it matches what is pre-registered
* *
* @param string $redirectUri * @param string $redirectUri
* @param ClientEntityInterface $client * @param ClientEntityInterface $client
* @param ServerRequestInterface $request * @param ServerRequestInterface $request
* *
* @throws OAuthServerException * @throws OAuthServerException
*
* @return void
*/ */
protected function validateRedirectUri( protected function validateRedirectUri(
string $redirectUri, string $redirectUri,