Completed
Push — master ( 57a663...a35231 )
by Iulian
02:48
created
Twig/MixExtension.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@  discard block
 block discarded – undo
21 21
     }
22 22
 
23 23
     /**
24
-     * @return array
24
+     * @return \Twig_SimpleFunction[]
25 25
      */
26 26
     public function getFunctions()
27 27
     {
@@ -31,7 +31,7 @@  discard block
 block discarded – undo
31 31
     }
32 32
 
33 33
     /**
34
-     * @param $asset
34
+     * @param string $asset
35 35
      *
36 36
      * @throws \Exception
37 37
      *
Please login to merge, or discard this patch.