Преглед изворни кода

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