We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6249660 commit eb75722Copy full SHA for eb75722
src/IdentityInterface.php
@@ -21,7 +21,7 @@
21
/**
22
* Identity interface
23
*
24
- * @template-extends \ArrayAccess<int, \Authentication\IdentityInterface>
+ * @template-extends \ArrayAccess<array-key, \Authentication\IdentityInterface>
25
*/
26
interface IdentityInterface extends ArrayAccess
27
{
0 commit comments