diff --git a/stubs/ext-ds.php b/stubs/ext-ds.php index 2ac45687b..51f536cdc 100644 --- a/stubs/ext-ds.php +++ b/stubs/ext-ds.php @@ -605,7 +605,7 @@ interface Sequence extends Collection, ArrayAccess public function copy(): Sequence; /** - * @return array + * @return list * @psalm-mutation-free */ public function toArray(): array;