@@ -11,66 +11,30 @@ class DatePeriod implements \IteratorAggregate
1111 public function __construct ($ start , $ interval = UNKNOWN , $ end = UNKNOWN , $ options = UNKNOWN )
1212 {
1313 }
14- /** @return DateTimeInterface */
15- #[\Until('8.1 ' )]
14+ /** @tentative-return-type */
1615 public function getStartDate ()
1716 {
1817 }
1918 /** @tentative-return-type */
20- #[\Since('8.1 ' )]
21- public function getStartDate () : DateTimeInterface
22- {
23- }
24- /** @return DateTimeInterface|null */
25- #[\Until('8.1 ' )]
2619 public function getEndDate ()
2720 {
2821 }
2922 /** @tentative-return-type */
30- #[\Since('8.1 ' )]
31- public function getEndDate () : ?DateTimeInterface
32- {
33- }
34- /** @return DateInterval */
35- #[\Until('8.1 ' )]
3623 public function getDateInterval ()
3724 {
3825 }
3926 /** @tentative-return-type */
40- #[\Since('8.1 ' )]
41- public function getDateInterval () : DateInterval
42- {
43- }
44- /** @return int|null */
45- #[\Until('8.1 ' )]
4627 public function getRecurrences ()
4728 {
4829 }
4930 /** @tentative-return-type */
50- #[\Since('8.1 ' )]
51- public function getRecurrences () : ?int
52- {
53- }
54- /** @return void */
55- #[\Until('8.1 ' )]
5631 public function __wakeup ()
5732 {
5833 }
5934 /** @tentative-return-type */
60- #[\Since('8.1 ' )]
61- public function __wakeup () : void
62- {
63- }
64- /** @return DatePeriod */
65- #[\Until('8.1 ' )]
6635 public static function __set_state (array $ array )
6736 {
6837 }
69- /** @tentative-return-type */
70- #[\Since('8.1 ' )]
71- public static function __set_state (array $ array ) : DatePeriod
72- {
73- }
7438 public function getIterator () : Iterator
7539 {
7640 }
0 commit comments