Skip to content

Commit 4224b1b

Browse files
committed
minor symfony#17448 [Process] Remove a misleading comment (jakzal)
This PR was merged into the 2.3 branch. Discussion ---------- [Process] Remove a misleading comment | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | symfony#17387 | License | MIT | Doc PR | - The described behaviour was never implemented as part of symfony#3681. Commits ------- 71f4a32 [Process] Remove a misleading comment
2 parents c2333e6 + 71f4a32 commit 4224b1b

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)