Completed
Pull Request — master (#566)
by Mike
08:10
created
Twig/DoctrineExtension.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@  discard block
 block discarded – undo
32 32
     /**
33 33
      * Define our functions
34 34
      *
35
-     * @return array
35
+     * @return \Twig_SimpleFilter[]
36 36
      */
37 37
     public function getFilters()
38 38
     {
@@ -91,7 +91,7 @@  discard block
 block discarded – undo
91 91
     /**
92 92
      * Shrink the values of parameters from a combination
93 93
      *
94
-     * @param array $parameters
94
+     * @param string[] $parameters
95 95
      * @param array $combination
96 96
      *
97 97
      * @return string
Please login to merge, or discard this patch.