소스 검색

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