Skip to content

Commit 5e8f2ee

Browse files
committed
Merge branch '5.2' into 5.x
* 5.2: [CS] Add comma after last array item in multi-line array [Validator] Add a missing dot
2 parents f11ba22 + 7af49a5 commit 5e8f2ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

messenger.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ that uses this configuration:
187187
// or expanded to configure more options
188188
'async' => [
189189
'dsn' => '%env(MESSENGER_TRANSPORT_DSN)%',
190-
'options' => []
190+
'options' => [],
191191
],
192192
],
193193
],

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)