File tree 2 files changed +1
-9
lines changed 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -136,13 +136,6 @@ See ":ref:`http-kernel-working-example`" for a more concrete implementation.
136
136
For general information on adding listeners to the events below, see
137
137
:ref: `http-kernel-creating-listener `.
138
138
139
- .. caution ::
140
-
141
- As of 3.1 the :class: `Symfony\\ Component\\ HttpKernel\\ HttpKernel ` accepts a
142
- fourth argument, which must be an instance of
143
- :class: `Symfony\\ Component\\ HttpKernel\\ Controller\\ ArgumentResolverInterface `.
144
- In 4.0 this argument will become mandatory.
145
-
146
139
.. seealso ::
147
140
148
141
There is a wonderful tutorial series on using the HttpKernel component and
Original file line number Diff line number Diff line change @@ -135,8 +135,7 @@ the given value's length is not **exactly** equal to this value.
135
135
136
136
This option is the one being set by default when using the Length constraint
137
137
without passing any named argument to it. This means that for example,
138
- ``@Assert\Length(20) `` and ``@Assert\Length(exactly=20) `` are equivalent, as
139
- well as ``#[Assert\Length(20)] `` and ``#[Assert\Length(exactly: 20)] ``.
138
+ ``#[Assert\Length(20)] `` and ``#[Assert\Length(exactly: 20)] `` are equivalent.
140
139
141
140
exactMessage
142
141
~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments