minor #1575 Use int instead of invalid timestamp type in PhpDoc (westonruter)

This PR was merged into the 1.16-dev branch.

Discussion
----------

Use int instead of invalid timestamp type in PhpDoc

Commits
-------

d64d2b0 Use int instead of invalid timestamp type in PhpDoc
This commit is contained in:
Fabien Potencier
2014-12-05 14:47:04 +01:00
+1 -1
View File
@@ -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
*/