Added @return doc on Twig_LoaderInterface->isFresh()

This commit is contained in:
andrerom
2012-03-10 16:58:52 +01:00
parent 8315992979
commit be0717431c
+2
View File
@@ -45,6 +45,8 @@ interface Twig_LoaderInterface
* @param string $name The template name
* @param timestamp $time The last modification time of the cached template
*
* @return Boolean true if the template is fresh, false otherwise
*
* @throws Twig_Error_Loader When $name is not found
*/
function isFresh($name, $time);