File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -236,12 +236,12 @@ This implementation is explained more in the sidebar below::
236
236
.. caution ::
237
237
238
238
The ``getArguments() `` method in the
239
- :class: `Symfony\\ Component\\ Httpkernel \\ Controller\\ ControllerResolver ` and
239
+ :class: `Symfony\\ Component\\ HttpKernel \\ Controller\\ ControllerResolver ` and
240
240
respective interface
241
- :class: `Symfony\\ Component\\ Httpkernel \\ Controller\\ ControllerResolverInterface `
241
+ :class: `Symfony\\ Component\\ HttpKernel \\ Controller\\ ControllerResolverInterface `
242
242
are deprecated as of 3.1 and will be removed in 4.0. You can use the
243
- :class: `Symfony\\ Component\\ Httpkernel \\ Controller\\ ArgumentResolver ` which
244
- uses the :class: `Symfony\\ Component\\ Httpkernel \\ Controller\\ ArgumentResolverInterface `
243
+ :class: `Symfony\\ Component\\ HttpKernel \\ Controller\\ ArgumentResolver ` which
244
+ uses the :class: `Symfony\\ Component\\ HttpKernel \\ Controller\\ ArgumentResolverInterface `
245
245
instead.
246
246
247
247
Internally, the ``HttpKernel::handle() `` method first calls
You can’t perform that action at this time.
0 commit comments