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 2e5628d commit 81366f5Copy full SHA for 81366f5
stubs/core.stub
@@ -70,7 +70,7 @@ function bin2hex(string $string): string {}
70
71
/**
72
* @param array<mixed> $result
73
- * @param-out array<int|string, string|list<string>|array<mixed>> $result
+ * @param-out array<int|string, array|string> $result
74
*/
75
function parse_str(string $string, array &$result): void {}
76
0 commit comments