From 1cacb5bcbc7a3e818b4929e207ec268d06c84f09 Mon Sep 17 00:00:00 2001 From: Romain Monteil Date: Mon, 5 Sep 2022 17:38:00 +0200 Subject: [PATCH] Update best_practices.rst Co-authored-by: Christian Flothmann --- best_practices.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/best_practices.rst b/best_practices.rst index f7d20dd045b..6be952c0a22 100644 --- a/best_practices.rst +++ b/best_practices.rst @@ -237,7 +237,7 @@ formats (YAML, XML, PHP): all the configuration is just where you need it and it only uses one format. Don't Use Attributes to Configure the Controller Template -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ The ``#[Template]`` attribute is useful, but also involves some *magic*. Moreover, most of the time ``#[Template]`` is used without any parameters, which