From 45d0f6fe67e2199d1148cf1c7e832674af4e8e93 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Sat, 26 May 2012 08:30:56 +0200 Subject: [PATCH] fixed an obsolete comment in phpdoc --- lib/Twig/Environment.php | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/Twig/Environment.php b/lib/Twig/Environment.php index 60f0051..5d391ed 100644 --- a/lib/Twig/Environment.php +++ b/lib/Twig/Environment.php @@ -50,9 +50,8 @@ class Twig_Environment * * Available options: * - * * debug: When set to `true`, the generated templates have a __toString() - * method that you can use to display the generated nodes (default to - * false). + * * debug: When set to true, it automatically set "auto_reload" to true as + * well (default to false). * * * charset: The charset used by the templates (default to utf-8). * -- 1.7.2.5