From: Fabien Potencier Date: Sat, 26 May 2012 06:30:56 +0000 (+0200) Subject: fixed an obsolete comment in phpdoc X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=45d0f6fe67e2199d1148cf1c7e832674af4e8e93;p=konrad%2Ftwig.git fixed an obsolete comment in phpdoc --- 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). *