@@ -23,7 +23,7 @@ class ContactRequest
)]
protected string $email;
- protected ?string $name = null;
+ protected string|null $name = null;
#[Assert\Length(
min: 10,