Completed
Push — master ( f11646...f318f3 )
by Raphaël
05:02
created
src/Module/Task/Factory/ModuleManagementTaskFactory.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,6 @@
 block discarded – undo
8 8
 use Samurai\Module\Task\Listing;
9 9
 use Samurai\Module\Task\Removing;
10 10
 use Samurai\Module\Task\Running;
11
-use Samurai\Module\Task\Saving;
12 11
 use Samurai\Module\Task\Updating;
13 12
 use Samurai\Task\ITask;
14 13
 use SimilarText\Finder;
Please login to merge, or discard this patch.
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/Module/Task/Updating.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
     /**
18 18
      * @param InputInterface $input
19 19
      * @param OutputInterface $output
20
-     * @return int|null
20
+     * @return integer
21 21
      */
22 22
     public function execute(InputInterface $input, OutputInterface $output)
23 23
     {
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/NameQuestion.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
36 36
     }
37 37
 
38 38
     /**
39
-     * @return callable
39
+     * @return \Closure
40 40
      */
41 41
     private function buildValidator()
42 42
     {
Please login to merge, or discard this patch.
src/Project/Task/Factory/BootstrapImportationTaskFactory.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 
4 4
 use Pimple\Container;
5 5
 use Samurai\Project\Task\ComposerConfigSetting;
6
-use Samurai\Project\Task\FilesCleaning;
7 6
 use Samurai\Project\Task\BootstrapImportation;
8 7
 use Samurai\Project\Task\ModulesRunning;
9 8
 use Samurai\Task\ITask;
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/AuthorQuestion.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
36 36
     }
37 37
 
38 38
     /**
39
-     * @return callable
39
+     * @return \Closure
40 40
      */
41 41
     private function buildValidator()
42 42
     {
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
@@ -36,7 +36,7 @@
 block discarded – undo
36 36
     }
37 37
 
38 38
     /**
39
-     * @return callable
39
+     * @return \Closure
40 40
      */
41 41
     private function buildValidator()
42 42
     {
Please login to merge, or discard this patch.