Skip to content

Commit 2df651f

Browse files
authored
Merge pull request #698 from cakephp/ADmad-patch-1
Fix type in annotation
2 parents 6249660 + eb75722 commit 2df651f

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)