8000 Merge branch '4.2' into 4.3 · symfony/symfony-docs@a183e0e · GitHub
[go: up one dir, main page]

Skip to content

Commit a183e0e

Browse files
committed
Merge branch '4.2' into 4.3
* 4.2: Removed a broken link
2 parents cbd36aa + 1ec78cf commit a183e0e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

controller.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ The Base Controller Class & Services
9393

9494
To aid development, Symfony comes with an optional base controller class called
9595
:class:`Symfony\\Bundle\\FrameworkBundle\\Controller\\AbstractController`.
96-
It can be extended to gain access to `helper methods`_.
96+
It can be extended to gain access to helper methods.
9797

9898
Add the ``use`` statement atop your controller class and then modify
9999
``LuckyController`` to extend it:
@@ -641,6 +641,5 @@ Learn more about Controllers
641641

642642
controller/*
643643

644-
.. _`helper methods`: https://github.com/symfony/symfony/blob/master/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php
645644
.. _`Symfony Maker`: https://symfony.com/doc/current/bundles/SymfonyMakerBundle/index.html
646645
.. _`unvalidated redirects security vulnerability`: https://www.owasp.org/index.php/Open_redirect

0 commit comments

Comments
 (0)
0