From: Fabien Potencier Date: Thu, 20 May 2010 08:42:48 +0000 (+0200) Subject: fixed some phpdoc X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=ac49dcb4558f90fdba75b749fe94882330858440;p=web%2Fkonrad%2Ftwig.git fixed some phpdoc --- 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()) {