We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6162dad commit ce65e05Copy full SHA for ce65e05
stubs/date.stub
@@ -1,9 +1,9 @@
1
<?php
2
3
/**
4
- * @template TDate of DateTimeInterface
5
- * @template TEnd of ?DateTimeInterface
6
- * @template TRecurrences of ?int
+ * @template-covariant TDate of DateTimeInterface
+ * @template-covariant TEnd of ?DateTimeInterface
+ * @template-covariant TRecurrences of ?int
7
* @implements \IteratorAggregate<int, TDate>
8
* @implements \Traversable<int, TDate>
9
*/
0 commit comments