[Templating] added missing @return PHPDoc for LoaderInterface::isFresh method.

This commit is contained in:
Hugo Hamon 2012-05-22 19:20:01 +02:00
parent 55faa5468b
commit 03183b5b69

View File

@ -39,6 +39,8 @@ interface LoaderInterface
* @param TemplateReferenceInterface $template A template
* @param integer $time The last modification time of the cached template (timestamp)
*
* @return Boolean
*
* @api
*/
function isFresh(TemplateReferenceInterface $template, $time);