Use int instead of invalid timestamp type in PhpDoc

This commit is contained in:
Weston Ruter
2014-12-05 22:34:33 +11:00
parent 42f758d9fe
commit d64d2b0acf
+1 -1
View File
@@ -353,7 +353,7 @@ class Twig_Environment
* not changed. * not changed.
* *
* @param string $name The template name * @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 * @return bool true if the template is fresh, false otherwise
*/ */