Skip to content

Commit

Permalink
simplify type
Browse files Browse the repository at this point in the history
  • Loading branch information
staabm committed Nov 24, 2022
1 parent 085a1b7 commit 8b6faf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stubs/core.stub
Expand Up @@ -70,7 +70,7 @@ function bin2hex(string $string): string {}

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

Expand Down

0 comments on commit 8b6faf3

Please sign in to comment.