From: Fabien Potencier Date: Thu, 3 Jun 2010 06:46:00 +0000 (+0200) Subject: fixed phpdoc X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=8b1105b132042a9a4f17e128f4be9e2b2144c2cb;p=web%2Fkonrad%2Ftwig.git fixed phpdoc --- diff --git a/lib/Twig/Environment.php b/lib/Twig/Environment.php index c10c5ab..12c5269 100644 --- a/lib/Twig/Environment.php +++ b/lib/Twig/Environment.php @@ -56,7 +56,7 @@ class Twig_Environment * If you don't provide the auto_reload option, it will be * determined automatically base on the debug value. * - * * strict_variables: Whether to ignore invalid variables in templates (default to the opposite value of debug). + * * strict_variables: Whether to ignore invalid variables in templates (default to the value of debug). * * @param Twig_LoaderInterface $loader A Twig_LoaderInterface instance * @param array $options An array of options