Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc1c8c20

Browse files
committed
Fix parameter types for ProcessHelper::mustRun()
1 parentc33a1fa commitc1c8c20

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎src/Symfony/Component/Console/Helper/ProcessHelper.php‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,10 @@ public function run(OutputInterface $output, $cmd, $error = null, callable $call
9595
* This is identical to run() except that an exception is thrown if the process
9696
* exits with a non-zero exit code.
9797
*
98-
* @paramstring|Process $cmd An instance of Process or a command to run
99-
* @param string|null$error An error message that must be displayed if something went wrong
100-
* @param callable|null$callback A PHP callback to run whenever there is some
101-
*output available on STDOUT or STDERR
98+
* @paramarray|Process $cmd An instance of Process or a command to run
99+
* @param string|null $error An error message that must be displayed if something went wrong
100+
* @param callable|null $callback A PHP callback to run whenever there is some
101+
* output available on STDOUT or STDERR
102102
*
103103
* @return Process The process that ran
104104
*

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp