Completed
Push — master ( 78a6fa...39c4d9 )
by Iulian
02:59
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.
Command/ElixirCommand.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -168,10 +168,10 @@
 block discarded – undo
168 168
     }
169 169
 
170 170
     /**
171
-     * @param $rootDir
171
+     * @param string $rootDir
172 172
      * @param $webDir
173 173
      *
174
-     * @return mixed
174
+     * @return string
175 175
      */
176 176
     private function getPublicPath($rootDir, $webDir)
177 177
     {
Please login to merge, or discard this patch.