Skip to content

Commit 81366f5

Browse files
staabmondrejmirtes
authored andcommitted
simplify type
1 parent 2e5628d commit 81366f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/core.stub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ function bin2hex(string $string): string {}
7070

7171
/**
7272
* @param array<mixed> $result
73-
* @param-out array<int|string, string|list<string>|array<mixed>> $result
73+
* @param-out array<int|string, array|string> $result
7474
*/
7575
function parse_str(string $string, array &$result): void {}
7676

0 commit comments

Comments
 (0)