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::
2206
2206
By default, pending batches are flushed when the worker is idle as well
2207
2207
as when it is stopped.
2208
2208
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
-
2215
2209
Extending Messenger
2216
2210
-------------------
2217
2211
Original file line number Diff line number Diff line change @@ -123,8 +123,8 @@ Parameter Description
123
123
``{{ value }} `` The current (invalid) value
124
124
================= ============================================================
125
125
126
- exactly
127
- ~~~~~~~
126
+ `` exactly ``
127
+ ~~~~~~~~~~~
128
128
129
129
**type **: ``integer ``
130
130
@@ -137,8 +137,8 @@ the given value's length is not **exactly** equal to this value.
137
137
without passing any named argument to it. This means that for example,
138
138
``#[Assert\Length(20)] `` and ``#[Assert\Length(exactly: 20)] `` are equivalent.
139
139
140
- exactMessage
141
- ~~~~~~~~~~~~
140
+ `` exactMessage ``
141
+ ~~~~~~~~~~~~~~~~
142
142
143
143
**type **: ``string `` **default **: ``This value should have exactly {{ limit }} characters. ``
144
144
You can’t perform that action at this time.
0 commit comments