validator icon indicating copy to clipboard operation
validator copied to clipboard

fix: add missing construct parameter to override tldMessage property

Open adpauly opened this issue 8 months ago • 0 comments

Problem: The tldMessage is missing from the constructor so it's not possible to configure it from PHP annotations. image

Solution: Add the missing parameter. I have not added unit test yet but I can if needed (didn't see similar unit tests in UrlTest.php).

Please forgive me if this change is already planned and just close my PR.

adpauly avatar Jun 23 '24 17:06 adpauly