Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
christiaangoossens committed Jul 13, 2018
1 parent 828816c commit 717b612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Grant/AuthCodeGrant.php
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ protected function getExtraAuthCodeParams(AuthorizationRequest $authorizationReq
*
* @param object $authCodePayload
*/
protected function handleExtraAuthCodeParams(object $authCodePayload)
protected function handleExtraAuthCodeParams(\stdClass $authCodePayload)
{
}
}

0 comments on commit 717b612

Please sign in to comment.