We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 828816c commit a77c786Copy full SHA for a77c786
src/Grant/AuthCodeGrant.php
@@ -391,7 +391,7 @@ protected function getExtraAuthCodeParams(AuthorizationRequest $authorizationReq
391
*
392
* @param object $authCodePayload
393
*/
394
- protected function handleExtraAuthCodeParams(object $authCodePayload)
+ protected function handleExtraAuthCodeParams($authCodePayload)
395
{
396
}
397
0 commit comments