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 717b612Copy full SHA for 717b612
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(\stdClass $authCodePayload)
395
{
396
}
397
0 commit comments