From ac49dcb4558f90fdba75b749fe94882330858440 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Thu, 20 May 2010 10:42:48 +0200 Subject: [PATCH] fixed some phpdoc --- lib/Twig/Environment.php | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/lib/Twig/Environment.php b/lib/Twig/Environment.php index f9a6c73..8462318 100644 --- a/lib/Twig/Environment.php +++ b/lib/Twig/Environment.php @@ -56,6 +56,9 @@ class Twig_Environment * * auto_reload: Whether to reload the template is the original source changed. * If you don't provide the auto_reload option, it will be * determined automatically base on the debug value. + * + * @param Twig_LoaderInterface $loader A Twig_LoaderInterface instance + * @param array $options An array of options */ public function __construct(Twig_LoaderInterface $loader = null, $options = array()) { -- 1.7.2.5