diff --git a/lib/Twig/Environment.php b/lib/Twig/Environment.php index 6d09fab67..4439a6c31 100644 --- a/lib/Twig/Environment.php +++ b/lib/Twig/Environment.php @@ -353,7 +353,7 @@ class Twig_Environment * not changed. * * @param string $name The template name - * @param timestamp $time The last modification time of the cached template + * @param int $time The last modification time of the cached template * * @return bool true if the template is fresh, false otherwise */