Skip to content

Commit 65a8856

Browse files
authored
userId property annotation, from string to string|int|null (#1805)
1 parent 50b8faa commit 65a8856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Events/AccessTokenCreated.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class AccessTokenCreated
1414
/**
1515
* The ID of the user associated with the token.
1616
*
17-
* @var string
17+
* @var string|int|null
1818
*/
1919
public $userId;
2020

0 commit comments

Comments
 (0)