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 368576b commit e67beb2Copy full SHA for e67beb2
reference/constraints/Url.rst
@@ -371,7 +371,7 @@ DNS check failed.
371
public static function loadValidatorMetadata(ClassMetadata $metadata)
372
{
373
$metadata->addPropertyConstraint('bioUrl', new Assert\Url(array(
374
- 'dnsMessage' => 'The host "{{ value }}" could not be resolved.'
+ 'dnsMessage' => 'The host "{{ value }}" could not be resolved.',
375
)));
376
}
377
0 commit comments