Skip to content

Commit 57b7dcf

Browse files
Fix
1 parent 50d342a commit 57b7dcf

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

stubs/ext-ds.stub

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,14 @@ final class Deque implements Sequence
8181
{
8282
}
8383

84+
/**
85+
* @param (callable(TValue, TValue): int)|null $comparator
86+
* @return Deque<TValue>
87+
*/
88+
public function sorted(?callable $comparator = null): Deque
89+
{
90+
}
91+
8492
/**
8593
* @return Deque<TValue>
8694
*/

0 commit comments

Comments
 (0)