mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-15 03:46:39 +00:00
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:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user