File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -336,12 +336,6 @@ controller:
336336
337337 return new StreamedResponse($callback);
338338
339- .. tip ::
340-
341- ``getRequest() `` has been deprecated. Instead, have an argument to your
342- controller action method called ``Request $request ``. The order of the
343- parameters is not important, but the typehint must be provided.
344-
345339 .. _`Controller class source code` : https://github.com/symfony/symfony/blob/master/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php
346340.. _`base Controller class` : https://github.com/symfony/symfony/blob/master/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php
347341.. _`FrameworkExtraBundle documentation` : https://symfony.com/doc/current/bundles/SensioFrameworkExtraBundle/annotations/routing.html#controller-as-service
You can’t perform that action at this time.
0 commit comments