Skip to content

Commit 840cc01

Browse files
committed
Merge branch '4.4' into 5.3
* 4.4: Fix parameter types for ProcessHelper::mustRun() Remove return void PHPDoc in test
2 parents 0af2366 + cb18660 commit 840cc01

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Helper/ProcessHelper.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,9 @@ public function run(OutputInterface $output, $cmd, string $error = null, callabl
9292
* This is identical to run() except that an exception is thrown if the process
9393
* exits with a non-zero exit code.
9494
*
95-
* @param string|Process $cmd An instance of Process or a command to run
96-
* @param callable|null $callback A PHP callback to run whenever there is some
97-
* output available on STDOUT or STDERR
95+
* @param array|Process $cmd An instance of Process or a command to run
96+
* @param callable|null $callback A PHP callback to run whenever there is some
97+
* output available on STDOUT or STDERR
9898
*
9999
* @return Process The process that ran
100100
*

0 commit comments

Comments
 (0)