Skip to content

Commit ac07740

Browse files
committed
minor #17182 [4.4] fix code sample to log out (alexislefebvre)
This PR was merged into the 4.4 branch. Discussion ---------- [4.4] fix code sample to log out Backport of #17166 Commits ------- 46b8931 [4.4] fix code sample to log out
2 parents d2725a0 + 46b8931 commit ac07740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/form_login.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ configuration (``login``):
128128
<route id="login" path="/login" controller="App\Controller\SecurityController::login" methods="GET|POST"/>
129129
</routes>
130130
131-
.. code-block:: php
131+
.. code-block:: php
132132
133133
// config/routes.php
134134
use App\Controller\SecurityController;

0 commit comments

Comments
 (0)