Skip to content

Commit af7f5f9

Browse files
committed
Merge branch '6.2' into 6.3
* 6.2: [Validator] Add missing backquotes [Messenger] Remove versionadded about 5.4
2 parents 8c722e8 + 9a62380 commit af7f5f9

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

messenger.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2206,12 +2206,6 @@ provided in order to ease the declaration of these special handlers::
22062206
By default, pending batches are flushed when the worker is idle as well
22072207
as when it is stopped.
22082208

2209-
.. versionadded:: 5.4
2210-
2211-
:class:`Symfony\\Component\\Messenger\\Handler\\BatchHandlerInterface` and
2212-
:class:`Symfony\\Component\\Messenger\\Handler\\BatchHandlerTrait` were
2213-
introduced in Symfony 5.4.
2214-
22152209
Extending Messenger
22162210
-------------------
22172211

reference/constraints/Length.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ Parameter Description
123123
``{{ value }}`` The current (invalid) value
124124
================= ============================================================
125125

126-
exactly
127-
~~~~~~~
126+
``exactly``
127+
~~~~~~~~~~~
128128

129129
**type**: ``integer``
130130

@@ -137,8 +137,8 @@ the given value's length is not **exactly** equal to this value.
137137
without passing any named argument to it. This means that for example,
138138
``#[Assert\Length(20)]`` and ``#[Assert\Length(exactly: 20)]`` are equivalent.
139139

140-
exactMessage
141-
~~~~~~~~~~~~
140+
``exactMessage``
141+
~~~~~~~~~~~~~~~~
142142

143143
**type**: ``string`` **default**: ``This value should have exactly {{ limit }} characters.``
144144

0 commit comments

Comments
 (0)