From: andrerom Date: Sat, 10 Mar 2012 15:58:52 +0000 (+0100) Subject: Added @return doc on Twig_LoaderInterface->isFresh() X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=be0717431c73bb40df6a9a60026324e9872af4a7;p=konrad%2Ftwig.git Added @return doc on Twig_LoaderInterface->isFresh() --- 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);