File tree Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Original file line number Diff line number Diff 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-
22152209Extending Messenger
22162210-------------------
22172211
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments