We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2333e6 commit 71f4a32Copy full SHA for 71f4a32
src/Symfony/Component/Process/Process.php
@@ -201,9 +201,6 @@ public function run($callback = null)
201
* The callback receives the type of output (out or err) and some bytes from
202
* the output in real-time while writing the standard input to the process.
203
* It allows to have feedback from the independent process during execution.
204
- * If there is no callback passed, the wait() method can be called
205
- * with true as a second parameter then the callback will get all data occurred
206
- * in (and since) the start call.
207
*
208
* @param callback|null $callback A PHP callback to run whenever there is some
209
* output available on STDOUT or STDERR
0 commit comments