File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -46,11 +46,11 @@ and :method:`Symfony\\Component\\Process\\Process::getIncrementalErrorOutput`
46
46
methods returns the new outputs since the last call.
47
47
48
48
.. versionadded :: 2.4
49
- The ``flushOutput () `` and ``flushErrorOutput () `` methods were added in Symfony 2.4.
49
+ The ``clearOutput () `` and ``clearErrorOutput () `` methods were added in Symfony 2.4.
50
50
51
- The :method: `Symfony\\ Component\\ Process\\ Process::flushOutput ` method flushes
51
+ The :method: `Symfony\\ Component\\ Process\\ Process::clearOutput ` method clears
52
52
the contents of the output and
53
- :method: `Symfony\\ Component\\ Process\\ Process::flushErrorOutput ` flushes
53
+ :method: `Symfony\\ Component\\ Process\\ Process::clearErrorOutput ` clears
54
54
the contents of the error output.
55
55
56
56
Getting real-time Process Output
You can’t perform that action at this time.
0 commit comments