From be0717431c73bb40df6a9a60026324e9872af4a7 Mon Sep 17 00:00:00 2001 From: andrerom Date: Sat, 10 Mar 2012 16:58:52 +0100 Subject: [PATCH] Added @return doc on Twig_LoaderInterface->isFresh() --- lib/Twig/LoaderInterface.php | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/lib/Twig/LoaderInterface.php b/lib/Twig/LoaderInterface.php index d3186c3..d8ae444 100644 --- a/lib/Twig/LoaderInterface.php +++ b/lib/Twig/LoaderInterface.php @@ -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); -- 1.7.2.5