Skip to content

Commit

Permalink
Merge pull request #128 from zavarock/master
Browse files Browse the repository at this point in the history
  • Loading branch information
Nek- authored Dec 2, 2022
2 parents 40e330c + 8e349dd commit 59679cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Validator/Constraints/PhoneNumber.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 59679cd

Please sign in to comment.