Skip to content

Commit d49e87b

Browse files
authored
Merge branch refs/heads/1.9.x into 1.10.x
2 parents b736ddc + ce65e05 commit d49e87b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: stubs/date.stub

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?php
22

33
/**
4-
* @template TDate of DateTimeInterface
5-
* @template TEnd of ?DateTimeInterface
6-
* @template TRecurrences of ?int
4+
* @template-covariant TDate of DateTimeInterface
5+
* @template-covariant TEnd of ?DateTimeInterface
6+
* @template-covariant TRecurrences of ?int
77
* @implements \IteratorAggregate<int, TDate>
88
* @implements \Traversable<int, TDate>
99
*/

0 commit comments

Comments
 (0)