@@ -128,7 +128,7 @@ |
||
| 128 | 128 | protected function __construct(DateTimeImmutable $thisUpdate, ?DateTimeImmutable $nextUpdate, $certificateSerialNumber) |
| 129 | 129 | { |
| 130 | 130 | $this->thisUpdate = $thisUpdate; |
| 131 | - $this->nextUpdate = $nextUpdate; |
|
| 131 | + $this->nextUpdate = $nextUpdate; |
|
| 132 | 132 | $this->certificateSerialNumber = $certificateSerialNumber; |
| 133 | 133 | } |
| 134 | 134 | |