| @@ -39,7 +39,9 @@ | ||
| 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. |