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::
236236.. caution ::
237237
238238 The ``getArguments() `` method in the
239- :class: `Symfony\\ Component\\ Httpkernel \\ Controller\\ ControllerResolver ` and
239+ :class: `Symfony\\ Component\\ HttpKernel \\ Controller\\ ControllerResolver ` and
240240 respective interface
241- :class: `Symfony\\ Component\\ Httpkernel \\ Controller\\ ControllerResolverInterface `
241+ :class: `Symfony\\ Component\\ HttpKernel \\ Controller\\ ControllerResolverInterface `
242242 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 `
245245 instead.
246246
247247Internally, the ``HttpKernel::handle() `` method first calls
You can’t perform that action at this time.
0 commit comments