@@ -21,7 +21,9 @@ |
||
| 21 | 21 | */ |
| 22 | 22 | final class FrozenClock implements ClockInterface |
| 23 | 23 | { |
| 24 | - public function __construct(private \DateTimeImmutable $now) {} |
|
| 24 | + public function __construct(private \DateTimeImmutable $now) |
|
| 25 | + { |
|
| 26 | +} |
|
| 25 | 27 | |
| 26 | 28 | /** |
| 27 | 29 | * @inheritDoc |