From d64d2b0acf86b7490d87ecb2ca642a6cbe7b7c72 Mon Sep 17 00:00:00 2001 From: Weston Ruter Date: Fri, 5 Dec 2014 22:34:33 +1100 Subject: [PATCH] Use int instead of invalid timestamp type in PhpDoc --- lib/Twig/Environment.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Twig/Environment.php b/lib/Twig/Environment.php index 17e88ab2a..2bcfb1083 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 */