From 8b6faf30709221cb9a162cf6a0bf1a99b04eadcd Mon Sep 17 00:00:00 2001 From: Markus Staab Date: Sat, 19 Nov 2022 08:05:45 +0100 Subject: [PATCH] simplify type --- stubs/core.stub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubs/core.stub b/stubs/core.stub index 72bda355bb6..853f688a473 100644 --- a/stubs/core.stub +++ b/stubs/core.stub @@ -70,7 +70,7 @@ function bin2hex(string $string): string {} /** * @param array $result - * @param-out array|array> $result + * @param-out array $result */ function parse_str(string $string, array &$result): void {}