Passed
Push — master ( 1384c2...33a7d5 )
by Eric
02:23 queued 10s
created
src/FrozenClock.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,9 @@
 block discarded – undo
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
Please login to merge, or discard this patch.