From 3cce69189f748235a613c63d3d2609fe76f079c5 Mon Sep 17 00:00:00 2001 From: Bruce Weirdan Date: Fri, 10 Dec 2021 02:45:58 +0200 Subject: [PATCH] array_count_values return type for uncertain arrays Fixes vimeo/psalm#7114 --- stubs/CoreGenericFunctions.phpstub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubs/CoreGenericFunctions.phpstub b/stubs/CoreGenericFunctions.phpstub index 4b56b4997bb..e629e571fd9 100644 --- a/stubs/CoreGenericFunctions.phpstub +++ b/stubs/CoreGenericFunctions.phpstub @@ -1092,7 +1092,7 @@ function str_getcsv(string $string, string $separator = ',', string $enclosure = * * @param TArray $array * - * @return (TArray is non-empty-array ? non-empty-array : array) + * @return (TArray is non-empty-array ? non-empty-array : array) * * @psalm-pure */