mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-15 20:06:31 +00:00
Use int instead of invalid timestamp type in PhpDoc
This commit is contained in:
@@ -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
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user