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:
parent
e9c00b8395
commit
45c6189190
@ -749,7 +749,7 @@ function str_shuffle(string $str): string {}
|
||||
|
||||
/**
|
||||
* @psalm-pure
|
||||
* @return array<string>
|
||||
* @return list<string>
|
||||
*
|
||||
* @psalm-flow ($string) -> return
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user