From 8b1105b132042a9a4f17e128f4be9e2b2144c2cb Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Thu, 3 Jun 2010 08:46:00 +0200 Subject: [PATCH] fixed phpdoc --- lib/Twig/Environment.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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 -- 1.7.2.5