You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR was submitted for the 7.2 branch but it was merged into the 7.1 branch instead.
Discussion
----------
[Validator] Add `tldMessage` parameter to `Url` constraint constructor
| Q | A
| ------------- | ---
| Branch? | 7.1
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues |
| License | MIT
according to the following documentation
https://symfony.com/doc/current/reference/constraints/Url.html#tldmessage
The Url Constraint does not allow to set tldMessage as the [following documentation](https://symfony.com/doc/current/reference/constraints/Url.html#tldmessage) explains. This is due to a missing Constructor Argument. This PR will fix that issue and let the Url Constraint works as described in the documentation.
Commits
-------
8db4a92 [Validator] add tldMessage in URL constructor
0 commit comments