瀏覽代碼

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

Hugo Hamon 13 年之前
父節點
當前提交
03183b5b69
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/Symfony/Component/Templating/Loader/LoaderInterface.php

+ 2 - 0
src/Symfony/Component/Templating/Loader/LoaderInterface.php

@@ -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);