Skip to content

Commit 8475288

Browse files
committed
minor #14938 [Validator] Add a missing dot (wkania)
This PR was merged into the 5.2 branch. Discussion ---------- [Validator] Add a missing dot The other two issues end with a dot. <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `5.x` for features of unreleased versions). --> Commits ------- 35467b9 [Validator] Add a missing dot
2 parents 07b139b + 35467b9 commit 8475288

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/constraints/Sequentially.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ In such situations, you may encounter three issues:
3535

3636
* the ``Length`` or ``Regex`` constraints may fail hard with a :class:`Symfony\\Component\\Validator\\Exception\\UnexpectedValueException`
3737
exception if the actual value is not a string, as enforced by ``Type``.
38-
* you may end with multiple error messages for the same property
38+
* you may end with multiple error messages for the same property.
3939
* you may perform a useless and heavy external call to geolocalize the address,
4040
while the format isn't valid.
4141

0 commit comments

Comments
 (0)