Skip to content

Commit

Permalink
ext-ds: Sequence::copy()
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Sep 16, 2021
1 parent 5956ec4 commit 2b51392
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions stubs/ext-ds.stub
Expand Up @@ -389,6 +389,11 @@ interface Sequence extends Collection
*/
public function apply(callable $callback);

/**
* @return Sequence<TValue>
*/
public function copy(): Sequence;

/**
* @param TValue ...$values
*/
Expand Down

0 comments on commit 2b51392

Please sign in to comment.