diff --git a/extensions/twig/TwigSimpleFileLoader.php b/extensions/twig/TwigSimpleFileLoader.php index 4449f0aa9c..0780ff7ab6 100644 --- a/extensions/twig/TwigSimpleFileLoader.php +++ b/extensions/twig/TwigSimpleFileLoader.php @@ -33,8 +33,8 @@ class TwigSimpleFileLoader implements \Twig_LoaderInterface /** * Compare a file's freshness with previously stored timestamp * - * @param $name string file name to check - * @param $time int timestamp to compare with + * @param string $name file name to check + * @param integer $time timestamp to compare with * @return boolean true if file is still fresh and not changes, false otherwise */ public function isFresh($name, $time)