From 224763cda662f17be7f34b5a236d6466f2bbda74 Mon Sep 17 00:00:00 2001 From: Ilya Bulah Date: Fri, 15 Jun 2018 00:06:33 +0300 Subject: [PATCH] Fix docblock --- src/Grant/AbstractGrant.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/Grant/AbstractGrant.php b/src/Grant/AbstractGrant.php index 6fb621f6..99f1626a 100644 --- a/src/Grant/AbstractGrant.php +++ b/src/Grant/AbstractGrant.php @@ -206,13 +206,11 @@ abstract class AbstractGrant implements GrantTypeInterface * Validate redirectUri from the request. * If a redirect URI is provided ensure it matches what is pre-registered * - * @param string $redirectUri - * @param ClientEntityInterface $client + * @param string $redirectUri + * @param ClientEntityInterface $client * @param ServerRequestInterface $request * * @throws OAuthServerException - * - * @return void */ protected function validateRedirectUri( string $redirectUri,