From 30f1a498a38cda0d5d7d8fc89226b9c99abe6be8 Mon Sep 17 00:00:00 2001 From: orklah Date: Tue, 24 Nov 2020 21:01:46 +0100 Subject: [PATCH] restore str_split as a list (#4694) --- stubs/CoreGenericFunctions.phpstub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubs/CoreGenericFunctions.phpstub b/stubs/CoreGenericFunctions.phpstub index 583d4575b..7b85a9e71 100644 --- a/stubs/CoreGenericFunctions.phpstub +++ b/stubs/CoreGenericFunctions.phpstub @@ -749,7 +749,7 @@ function str_shuffle(string $str): string {} /** * @psalm-pure - * @return array + * @return list * * @psalm-flow ($string) -> return */