8000 [Process] Remove a misleading comment · symfony/symfony@71f4a32 · GitHub
[go: up one dir, main page]

Skip to content

Commit 71f4a32

Browse files
committed
[Process] Remove a misleading comment
The described behaviour was never implemented.
1 parent c2333e6 commit 71f4a32

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Symfony/Component/Process/Process.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -201,9 +201,6 @@ public function run($callback = null)
201201
* The callback receives the type of output (out or err) and some bytes from
202202
* the output in real-time while writing the standard input to the process.
203203
* 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.
207204
*
208205
* @param callback|null $callback A PHP callback to run whenever there is some
209206
* output available on STDOUT or STDERR

0 commit comments

Comments
 (0)
0