@@ -11,66 +11,30 @@ class DatePeriod implements \IteratorAggregate
11
11
public function __construct ($ start , $ interval = UNKNOWN , $ end = UNKNOWN , $ options = UNKNOWN )
12
12
{
13
13
}
14
- /** @return DateTimeInterface */
15
- #[\Until('8.1 ' )]
14
+ /** @tentative-return-type */
16
15
public function getStartDate ()
17
16
{
18
17
}
19
18
/** @tentative-return-type */
20
- #[\Since('8.1 ' )]
21
- public function getStartDate () : DateTimeInterface
22
- {
23
- }
24
- /** @return DateTimeInterface|null */
25
- #[\Until('8.1 ' )]
26
19
public function getEndDate ()
27
20
{
28
21
}
29
22
/** @tentative-return-type */
30
- #[\Since('8.1 ' )]
31
- public function getEndDate () : ?DateTimeInterface
32
- {
33
- }
34
- /** @return DateInterval */
35
- #[\Until('8.1 ' )]
36
23
public function getDateInterval ()
37
24
{
38
25
}
39
26
/** @tentative-return-type */
40
- #[\Since('8.1 ' )]
41
- public function getDateInterval () : DateInterval
42
- {
43
- }
44
- /** @return int|null */
45
- #[\Until('8.1 ' )]
46
27
public function getRecurrences ()
47
28
{
48
29
}
49
30
/** @tentative-return-type */
50
- #[\Since('8.1 ' )]
51
- public function getRecurrences () : ?int
52
- {
53
- }
54
- /** @return void */
55
- #[\Until('8.1 ' )]
56
31
public function __wakeup ()
57
32
{
58
33
}
59
34
/** @tentative-return-type */
60
- #[\Since('8.1 ' )]
61
- public function __wakeup () : void
62
- {
63
- }
64
- /** @return DatePeriod */
65
- #[\Until('8.1 ' )]
66
35
public static function __set_state (array $ array )
67
36
{
68
37
}
69
- /** @tentative-return-type */
70
- #[\Since('8.1 ' )]
71
- public static function __set_state (array $ array ) : DatePeriod
72
- {
73
- }
74
38
public function getIterator () : Iterator
75
39
{
76
40
}
0 commit comments