@@ -25,7 +25,9 @@ |
||
25 | 25 | */ |
26 | 26 | final class FrozenClock implements ClockInterface |
27 | 27 | { |
28 | - public function __construct(private DateTimeImmutable $now) {} |
|
28 | + public function __construct(private DateTimeImmutable $now) |
|
29 | + { |
|
30 | +} |
|
29 | 31 | |
30 | 32 | /** |
31 | 33 | * @inheritDoc |