8000 Added missing comma after array element · symfony/symfony-docs@e67beb2 · GitHub
[go: up one dir, main page]

Skip to content

Commit e67beb2

Browse files
committed
Added missing comma after array element
1 parent 368576b commit e67beb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/constraints/Url.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ DNS check failed.
371371
public static function loadValidatorMetadata(ClassMetadata $metadata)
372372
{
373373
$metadata->addPropertyConstraint('bioUrl', new Assert\Url(array(
374-
'dnsMessage' => 'The host "{{ value }}" could not be resolved.'
374+
'dnsMessage' => 'The host "{{ value }}" could not be resolved.',
375375
)));
376376
}
377377
}

0 commit comments

Comments
 (0)
0