Completed
Push — master ( 97424e...911221 )
by
unknown
31:40 queued 10:09
created
src/Twig/Extension/MediaExtension.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@  discard block
 block discarded – undo
51 51
     }
52 52
 
53 53
     /**
54
-     * @return array
54
+     * @return \Twig_SimpleFilter[]
55 55
      */
56 56
     public function getFilters()
57 57
     {
@@ -90,7 +90,7 @@  discard block
 block discarded – undo
90 90
     }
91 91
 
92 92
     /**
93
-     * @return array
93
+     * @return \Twig_SimpleTest[]
94 94
      */
95 95
     public function getTests()
96 96
     {
Please login to merge, or discard this patch.