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 81366f5 commit 7ecbaf2Copy full SHA for 7ecbaf2
stubs/core.stub
@@ -76,7 +76,7 @@ function parse_str(string $string, array &$result): void {}
76
77
/**
78
* @param array<mixed> $result
79
- * @param-out array<string, string|list<string>|array<mixed>> $result
+ * @param-out array<string, array|string> $result
80
*/
81
function mb_parse_str(string $string, array &$result): bool {}
82
0 commit comments