Skip to content

Commit eb75722

Browse files
authored
Fix type in annotation
1 parent 6249660 commit eb75722

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/IdentityInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
/**
2222
* Identity interface
2323
*
24-
* @template-extends \ArrayAccess<int, \Authentication\IdentityInterface>
24+
* @template-extends \ArrayAccess<array-key, \Authentication\IdentityInterface>
2525
*/
2626
interface IdentityInterface extends ArrayAccess
2727
{

0 commit comments

Comments
 (0)