Skip to content

Commit

Permalink
Fix $userId type (#1422)
Browse files Browse the repository at this point in the history
  • Loading branch information
baijunyao authored Mar 7, 2021
1 parent 1f1dbec commit 2138d59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Events/AccessTokenCreated.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class AccessTokenCreated
* Create a new event instance.
*
* @param string $tokenId
* @param string $userId
* @param string|int|null $userId
* @param string $clientId
* @return void
*/
Expand Down

0 comments on commit 2138d59

Please sign in to comment.