We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39a5fdc commit b1ba058Copy full SHA for b1ba058
src/Symfony/Component/Validator/Constraints/Url.php
@@ -31,7 +31,7 @@ class Url extends Constraint
31
];
32
33
public string $message = 'This value is not a valid URL.';
34
- public string $tldMessage = 'This URL does not contain a TLD.';
+ public string $tldMessage = 'This URL is missing a top-level domain.';
35
public array $protocols = ['http', 'https'];
36
public bool $relativeProtocol = false;
37
public bool $requireTld = false;
0 commit comments