@@ -145,12 +145,12 @@ |
||
| 145 | 145 | return new static(null, null, false, false); |
| 146 | 146 | } |
| 147 | 147 | |
| 148 | - public function getLower(): \DateTimeInterface|float|int|null |
|
| 148 | + public function getLower(): \DateTimeInterface | float | int | null |
|
| 149 | 149 | { |
| 150 | 150 | return $this->lower; |
| 151 | 151 | } |
| 152 | 152 | |
| 153 | - public function getUpper(): \DateTimeInterface|float|int|null |
|
| 153 | + public function getUpper(): \DateTimeInterface | float | int | null |
|
| 154 | 154 | { |
| 155 | 155 | return $this->upper; |
| 156 | 156 | } |