Completed
Push — master ( efd4b5...cdc15c )
by Greg
11s
created
src/Common/TaskIO.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -167,7 +167,7 @@
 block discarded – undo
167 167
     }
168 168
 
169 169
     /**
170
-     * @param $inProgress
170
+     * @param boolean $inProgress
171 171
      */
172 172
     protected function showTaskProgress($inProgress)
173 173
     {
Please login to merge, or discard this patch.
src/Runner.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -92,7 +92,7 @@  discard block
 block discarded – undo
92 92
     }
93 93
 
94 94
     /**
95
-     * @param array $argv
95
+     * @param string[] $argv
96 96
      * @param null|string $appName
97 97
      * @param null|string $appVersion
98 98
      * @param null|\Symfony\Component\Console\Output\OutputInterface $output
@@ -115,7 +115,7 @@  discard block
 block discarded – undo
115 115
      * @param null|\Symfony\Component\Console\Input\InputInterface $input
116 116
      * @param null|\Symfony\Component\Console\Output\OutputInterface $output
117 117
      * @param null|\Robo\Application $app
118
-     * @param array[] $commandFiles
118
+     * @param null|string $commandFiles
119 119
      *
120 120
      * @return int
121 121
      */
Please login to merge, or discard this patch.
src/Task/ApiGen/ApiGen.php 1 patch
Doc Comments   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -119,7 +119,7 @@  discard block
 block discarded – undo
119 119
     }
120 120
 
121 121
     /**
122
-     * @param array|string|Traversable $src one or more source values
122
+     * @param string $src one or more source values
123 123
      *
124 124
      * @return $this
125 125
      */
@@ -143,7 +143,7 @@  discard block
 block discarded – undo
143 143
     }
144 144
 
145 145
     /**
146
-     * @param array|string $exts one or more extensions
146
+     * @param string $exts one or more extensions
147 147
      *
148 148
      * @return $this
149 149
      */
@@ -154,7 +154,7 @@  discard block
 block discarded – undo
154 154
     }
155 155
 
156 156
     /**
157
-     * @param array|string $exclude one or more exclusions
157
+     * @param string[] $exclude one or more exclusions
158 158
      *
159 159
      * @return $this
160 160
      */
@@ -167,7 +167,7 @@  discard block
 block discarded – undo
167 167
     }
168 168
 
169 169
     /**
170
-     * @param array|string|Traversable $path one or more skip-doc-path values
170
+     * @param \SplDoublyLinkedList $path one or more skip-doc-path values
171 171
      *
172 172
      * @return $this
173 173
      */
@@ -193,7 +193,7 @@  discard block
 block discarded – undo
193 193
     }
194 194
 
195 195
     /**
196
-     * @param array|string $charset one or more charsets
196
+     * @param string[] $charset one or more charsets
197 197
      *
198 198
      * @return $this
199 199
      */
Please login to merge, or discard this patch.
src/Task/Archive/Extract.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -206,7 +206,7 @@
 block discarded – undo
206 206
     /**
207 207
      * @param string $filename
208 208
      *
209
-     * @return bool|string
209
+     * @return string|false
210 210
      */
211 211
     protected static function archiveType($filename)
212 212
     {
Please login to merge, or discard this patch.
src/Task/Base/loadShortcuts.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,7 @@
 block discarded – undo
6 6
     /**
7 7
      * Executes shell command
8 8
      *
9
-     * @param string|\Robo\Contract\CommandInterface $command
9
+     * @param string $command
10 10
      *
11 11
      * @return \Robo\Result
12 12
      */
Please login to merge, or discard this patch.
src/Task/Base/loadTasks.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,7 @@
 block discarded – undo
4 4
 trait loadTasks
5 5
 {
6 6
     /**
7
-     * @param string|\Robo\Contract\CommandInterface $command
7
+     * @param string $command
8 8
      *
9 9
      * @return Exec
10 10
      */
Please login to merge, or discard this patch.
src/Task/Docker/Exec.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@  discard block
 block discarded – undo
47 47
     protected $run = '';
48 48
 
49 49
     /**
50
-     * @param string|\Robo\Result $cidOrResult
50
+     * @param string $cidOrResult
51 51
      */
52 52
     public function __construct($cidOrResult)
53 53
     {
@@ -73,7 +73,7 @@  discard block
 block discarded – undo
73 73
     }
74 74
 
75 75
     /**
76
-     * @param string|\Robo\Contract\CommandInterface $command
76
+     * @param string $command
77 77
      *
78 78
      * @return $this
79 79
      */
Please login to merge, or discard this patch.
src/Task/Docker/Run.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -124,7 +124,7 @@
 block discarded – undo
124 124
     }
125 125
 
126 126
     /**
127
-     * @param string|\Robo\Contract\CommandInterface $run
127
+     * @param string $run
128 128
      *
129 129
      * @return $this
130 130
      */
Please login to merge, or discard this patch.
src/Task/Filesystem/FlattenDir.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -198,7 +198,7 @@
 block discarded – undo
198 198
     }
199 199
 
200 200
     /**
201
-     * @param array $dirs
201
+     * @param string[] $dirs
202 202
      *
203 203
      * @return array|\Robo\Result
204 204
      *
Please login to merge, or discard this patch.