Completed
Push — master ( a32fd9...cce3a1 )
by Craig
06:00
created
src/system/SearchModule/Twig/TwigExtension.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -79,7 +79,7 @@  discard block
 block discarded – undo
79 79
     /**
80 80
      * Returns a list of custom Twig functions.
81 81
      *
82
-     * @return array
82
+     * @return \Twig_SimpleFunction[]
83 83
      */
84 84
     public function getFunctions()
85 85
     {
@@ -96,7 +96,7 @@  discard block
 block discarded – undo
96 96
     /**
97 97
      * Returns a list of custom Twig filters.
98 98
      *
99
-     * @return array
99
+     * @return \Twig_SimpleFilter[]
100 100
      */
101 101
     public function getFilters()
102 102
     {
Please login to merge, or discard this patch.