projects
/
web/konrad/twig.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
8315992
)
Added @return doc on Twig_LoaderInterface->isFresh()
author
andrerom
<andre.romcke@gmail.com>
Sat, 10 Mar 2012 15:58:52 +0000 (16:58 +0100)
committer
andrerom
<andre.romcke@gmail.com>
Sat, 10 Mar 2012 15:58:52 +0000 (16:58 +0100)
lib/Twig/LoaderInterface.php
patch
|
blob
|
history
diff --git
a/lib/Twig/LoaderInterface.php
b/lib/Twig/LoaderInterface.php
index
d3186c3
..
d8ae444
100644
(file)
--- 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);