From b11d628e8b3c98a06118c67c392ccfebe45480bc Mon Sep 17 00:00:00 2001 From: sephster Date: Sat, 13 Oct 2018 14:49:29 +0100 Subject: [PATCH] Change docblock type for --- src/Grant/AuthCodeGrant.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Grant/AuthCodeGrant.php b/src/Grant/AuthCodeGrant.php index add63511..e2b92ffd 100644 --- a/src/Grant/AuthCodeGrant.php +++ b/src/Grant/AuthCodeGrant.php @@ -163,7 +163,7 @@ class AuthCodeGrant extends AbstractAuthorizeGrant /** * Validate the authorization code. * - * @param AuthCodeEntityInterface $authCodePayload + * @param object $authCodePayload * @param ClientEntityInterface $client * @param ServerRequestInterface $request */ @@ -198,7 +198,7 @@ class AuthCodeGrant extends AbstractAuthorizeGrant /** * Get scopes from the auth code payload. * - * @param AuthCodeEntityInterface $authCodePayload + * @param object $authCodePayload * * @return array */