Completed
Pull Request — experimental/sf (#3420)
by chihiro
244:13 queued 235:15
created
src/Eccube/Twig/Extension/EccubeExtension.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@  discard block
 block discarded – undo
36 36
     /**
37 37
      * Returns a list of functions to add to the existing list.
38 38
      *
39
-     * @return array An array of functions
39
+     * @return TwigFunction[] An array of functions
40 40
      */
41 41
     public function getFunctions()
42 42
     {
@@ -58,7 +58,7 @@  discard block
 block discarded – undo
58 58
     /**
59 59
      * Returns a list of filters.
60 60
      *
61
-     * @return array
61
+     * @return TwigFilter[]
62 62
      */
63 63
     public function getFilters()
64 64
     {
Please login to merge, or discard this patch.