mirror of
https://github.com/danog/psalm.git
synced 2024-11-26 12:24:49 +01:00
Fix Ds\Sequence::toArray() return type (#4763)
This commit is contained in:
parent
8990f1ec95
commit
fcf2bc3831
@ -605,7 +605,7 @@ interface Sequence extends Collection, ArrayAccess
|
||||
public function copy(): Sequence;
|
||||
|
||||
/**
|
||||
* @return array<int, TValue>
|
||||
* @return list<TValue>
|
||||
* @psalm-mutation-free
|
||||
*/
|
||||
public function toArray(): array;
|
||||
|
Loading…
Reference in New Issue
Block a user