File tree 1 file changed +4
-4
lines changed
src/Symfony/Component/Console/Helper
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -95,10 +95,10 @@ public function run(OutputInterface $output, $cmd, $error = null, callable $call
95
95
* This is identical to run() except that an exception is thrown if the process
96
96
* exits with a non-zero exit code.
97
97
*
98
- * @param string |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
+ * @param array |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
102
102
*
103
103
* @return Process The process that ran
104
104
*
<
1558
div id="ajax-error-message" class="ajax-error-message flash flash-error" hidden>
You can’t perform that action at this time.
0 commit comments