1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-30 04:39:00 +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 Daniil Gentili
parent e469e7179e
commit 30f1a498a3
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7

View File

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