From 1fb6ad0fc5a7e63fc75f249b82fd951f46c892df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Fouillet?= <35224226+ffouillet@users.noreply.github.com> Date: Sun, 20 Nov 2022 16:11:36 +0100 Subject: [PATCH] Update security.rst Propose attribute usage instead of annotations, this stick more to the example. --- security.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security.rst b/security.rst index 891032aff2d..0bd944121eb 100644 --- a/security.rst +++ b/security.rst @@ -2148,7 +2148,7 @@ will happen: .. _security-securing-controller-annotations: Thanks to the SensioFrameworkExtraBundle, you can also secure your controller -using annotations: +using attributes: .. configuration-block::