Completed
Push — master ( f318f3...6fa271 )
by Raphaël
05:35
created
src/Module/Task/Installing.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -117,8 +117,8 @@
 block discarded – undo
117 117
     }
118 118
 
119 119
     /**
120
-     * @param $input
121
-     * @param $output
120
+     * @param InputInterface $input
121
+     * @param OutputInterface $output
122 122
      * @return bool
123 123
      */
124 124
     private function installModule($input, $output)
Please login to merge, or discard this patch.
src/Project/Composer/Composer.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -80,7 +80,7 @@  discard block
 block discarded – undo
80 80
     }
81 81
 
82 82
     /**
83
-     * @param $name
83
+     * @param string $name
84 84
      * @param bool $isGlobal
85 85
      * @param array $options
86 86
      * @return int
@@ -191,7 +191,7 @@  discard block
 block discarded – undo
191 191
     /**
192 192
      * Getter of $composerConfigManager
193 193
      *
194
-     * @param $cwd
194
+     * @param string $cwd
195 195
      * @return Balloon
196 196
      */
197 197
     public function getComposerConfigManager($cwd)
Please login to merge, or discard this patch.
src/Project/Question/AuthorQuestion.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -94,7 +94,7 @@
 block discarded – undo
94 94
     }
95 95
 
96 96
     /**
97
-     * @return callable
97
+     * @return \Closure
98 98
      */
99 99
     private function buildValidator()
100 100
     {
Please login to merge, or discard this patch.
src/Task/Planner.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
14 14
     /**
15 15
      * @param InputInterface $input
16 16
      * @param OutputInterface $output
17
-     * @return bool
17
+     * @return integer
18 18
      */
19 19
     public function execute(InputInterface $input, OutputInterface $output)
20 20
     {
Please login to merge, or discard this patch.
src/Project/Question/DescriptionQuestion.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -94,7 +94,7 @@
 block discarded – undo
94 94
     }
95 95
 
96 96
     /**
97
-     * @return callable
97
+     * @return \Closure
98 98
      */
99 99
     private function buildValidator()
100 100
     {
Please login to merge, or discard this patch.
src/Project/Question/HomepageQuestion.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -94,7 +94,7 @@
 block discarded – undo
94 94
     }
95 95
 
96 96
     /**
97
-     * @return callable
97
+     * @return \Closure
98 98
      */
99 99
     private function buildValidator()
100 100
     {
Please login to merge, or discard this patch.
src/Project/Question/NameQuestion.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -94,7 +94,7 @@
 block discarded – undo
94 94
     }
95 95
 
96 96
     /**
97
-     * @return callable
97
+     * @return \Closure
98 98
      */
99 99
     private function buildValidator()
100 100
     {
Please login to merge, or discard this patch.