Passed
Push — main ( a42a17...d28b0e )
by Eric
02:09
created
src/ValueObjects/IdempotencyKey.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,9 @@
 block discarded – undo
39 39
      *
40 40
      * @param string $value A unique identifier for this verification request.
41 41
      */
42
-    public function __construct(private string $value) {}
42
+    public function __construct(private string $value)
43
+    {
44
+}
43 45
 
44 46
     /**
45 47
      * Get the raw idempotency key value.
Please login to merge, or discard this patch.