We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b5ab33 commit 0521815Copy full SHA for 0521815
1 file changed
Classes/Domain/AbstractImmutableArrayObject.php
@@ -7,9 +7,9 @@
7
8
/**
9
* The abstract class for immutable array objects
10
- * @template K
+ * @template K of int|string
11
* @template V
12
- * @extends \ArrayObject<int|string,V>
+ * @extends \ArrayObject<K,V>
13
*/
14
abstract class AbstractImmutableArrayObject extends \ArrayObject
15
{
0 commit comments