Completed
Push — master ( f7e5e1...f11646 )
by Raphaël
06:11
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/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/Project/Question/DescriptionQuestion.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
     }
35 35
 
36 36
     /**
37
-     * @return callable
37
+     * @return \Closure
38 38
      */
39 39
     private function buildValidator()
40 40
     {
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
@@ -40,7 +40,7 @@
 block discarded – undo
40 40
     }
41 41
 
42 42
     /**
43
-     * @return callable
43
+     * @return \Closure
44 44
      */
45 45
     private function buildValidator()
46 46
     {
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.