mirror of
https://github.com/danog/psalm.git
synced 2024-12-02 09:37:59 +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
|
* @psalm-pure
|
||||||
* @return array<string>
|
* @return list<string>
|
||||||
*
|
*
|
||||||
* @psalm-flow ($string) -> return
|
* @psalm-flow ($string) -> return
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user