Added @return doc on Twig_LoaderInterface->isFresh()
authorandrerom <andre.romcke@gmail.com>
Sat, 10 Mar 2012 15:58:52 +0000 (16:58 +0100)
committerandrerom <andre.romcke@gmail.com>
Sat, 10 Mar 2012 15:58:52 +0000 (16:58 +0100)
lib/Twig/LoaderInterface.php

index d3186c3..d8ae444 100644 (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);