Passed
Branch master (e9fbfe)
by Iulian
09:05
created
Twig/ElixirExtension.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@  discard block
 block discarded – undo
26 26
     }
27 27
 
28 28
     /**
29
-     * @return array
29
+     * @return \Twig_SimpleFunction[]
30 30
      */
31 31
     public function getFunctions()
32 32
     {
@@ -36,7 +36,7 @@  discard block
 block discarded – undo
36 36
     }
37 37
 
38 38
     /**
39
-     * @param $asset
39
+     * @param string $asset
40 40
      *
41 41
      * @throws \Exception
42 42
      *
Please login to merge, or discard this patch.