Skip to content

Commit a77c786

Browse files
Fix typo
1 parent 828816c commit a77c786

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Grant/AuthCodeGrant.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ protected function getExtraAuthCodeParams(AuthorizationRequest $authorizationReq
391391
*
392392
* @param object $authCodePayload
393393
*/
394-
protected function handleExtraAuthCodeParams(object $authCodePayload)
394+
protected function handleExtraAuthCodeParams($authCodePayload)
395395
{
396396
}
397397
}

0 commit comments

Comments
 (0)