File tree 1 file changed +0
-6
lines changed 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -336,12 +336,6 @@ controller:
336
336
337
337
return new StreamedResponse($callback);
338
338
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
-
345
339
.. _`Controller class source code` : https://github.com/symfony/symfony/blob/master/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php
346
340
.. _`base Controller class` : https://github.com/symfony/symfony/blob/master/src/Symfony/Bundle/FrameworkBundle/Controller/Controller.php
347
341
.. _`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