Skip to content

Commit 37d3dec

Browse files
[5.4] cs fixes
1 parent 4aaf50e commit 37d3dec

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Helper/ProcessHelper.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ class ProcessHelper extends Helper
3131
* @param array|Process $cmd An instance of Process or an array of the command and arguments
3232
* @param callable|null $callback A PHP callback to run whenever there is some
3333
* output available on STDOUT or STDERR
34-
*
35-
* @return Process
3634
*/
3735
public function run(OutputInterface $output, $cmd, string $error = null, callable $callback = null, int $verbosity = OutputInterface::VERBOSITY_VERY_VERBOSE): Process
3836
{
@@ -96,8 +94,6 @@ public function run(OutputInterface $output, $cmd, string $error = null, callabl
9694
* @param callable|null $callback A PHP callback to run whenever there is some
9795
* output available on STDOUT or STDERR
9896
*
99-
* @return Process
100-
*
10197
* @throws ProcessFailedException
10298
*
10399
* @see run()

0 commit comments

Comments
 (0)