Skip to content

Commit

Permalink
Update core.stub
Browse files Browse the repository at this point in the history
  • Loading branch information
staabm committed Dec 1, 2022
1 parent c9ea886 commit ece2980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stubs/core.stub
Expand Up @@ -76,7 +76,7 @@ function parse_str(string $string, array &$result): void {}

/**
* @param array<mixed> $result
* @param-out array<string, string|list<string>|array<mixed>> $result
* @param-out array<string, array|string> $result
*/
function mb_parse_str(string $string, array &$result): bool {}

Expand Down

0 comments on commit ece2980

Please sign in to comment.