1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 04:45:20 +01:00

restore str_split as a list (#4694)

This commit is contained in:
orklah 2020-11-24 21:01:46 +01:00 committed by GitHub
parent e9c00b8395
commit 45c6189190
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -749,7 +749,7 @@ function str_shuffle(string $str): string {}
/**
* @psalm-pure
* @return array<string>
* @return list<string>
*
* @psalm-flow ($string) -> return
*/