Test Setup Failed
Branch master (8603e8)
by Iulian
02:15
created
Command/ElixirCommand.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -68,6 +68,9 @@  discard block
 block discarded – undo
68 68
         return $output->writeln('<error>'.$error.'</error>');
69 69
     }
70 70
 
71
+    /**
72
+     * @param string $message
73
+     */
71 74
     private function writeInfo(OutputInterface $output, $message)
72 75
     {
73 76
         return $output->writeln("<info>{$message}</info>");
@@ -148,7 +151,7 @@  discard block
 block discarded – undo
148 151
     }
149 152
 
150 153
     /**
151
-     * @param $rootDir
154
+     * @param string $rootDir
152 155
      * @param $webDir
153 156
      *
154 157
      * @return mixed
Please login to merge, or discard this patch.
Twig/ElixirExtension.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@  discard block
 block discarded – undo
27 27
     }
28 28
 
29 29
     /**
30
-     * @return array
30
+     * @return \Twig_SimpleFunction[]
31 31
      */
32 32
     public function getFunctions()
33 33
     {
@@ -37,7 +37,7 @@  discard block
 block discarded – undo
37 37
     }
38 38
 
39 39
     /**
40
-     * @param $file
40
+     * @param string $file
41 41
      *
42 42
      * @return string
43 43
      * @throws \Exception
Please login to merge, or discard this patch.