File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Expand file tree Collapse file tree 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.
136136For general information on adding listeners to the events below, see
137137:ref: `http-kernel-creating-listener `.
138138
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-
146139.. seealso ::
147140
148141 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.
135135
136136 This option is the one being set by default when using the Length constraint
137137 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.
140139
141140exactMessage
142141~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments