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:
parent
e469e7179e
commit
30f1a498a3
@ -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