We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d75bd9 commit ccac888Copy full SHA for ccac888
src/Types/ArrayKey.php
@@ -32,7 +32,7 @@ public function __construct()
32
33
public function underlyingType(): Type
34
{
35
- return new String_();
+ return new Compound([new String_(), new Integer()]);
36
}
37
38
public function __toString(): string
0 commit comments