Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
…straint constructor (syjust) 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
- Loading branch information