diff --git a/src/Validator/Constraints/PhoneNumber.php b/src/Validator/Constraints/PhoneNumber.php index abfffa40..835a17d2 100644 --- a/src/Validator/Constraints/PhoneNumber.php +++ b/src/Validator/Constraints/PhoneNumber.php @@ -112,7 +112,7 @@ public function getMessage(): string return "This value is not a valid $typeName."; } - return 'This value is not a valid number.'; + return 'This value is not a valid phone number.'; } public function getTypeNames(): array