Skip to content

Commit 8b0611a

Browse files
author
Juan Traverso
committed
[Process] Update docs for modifications.
1 parent f9f20e5 commit 8b0611a

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

components/process.rst

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,16 +46,10 @@ and :method:`Symfony\\Component\\Process\\Process::getIncrementalErrorOutput`
4646
methods returns the new outputs since the last call.
4747

4848
.. versionadded:: 2.4
49-
The ``getAndFlushOutput()``, ``getAndFlushIncrementalOutput()``, ``getAndFlushErrorOutput()``,
50-
``getAndFlushIncrementalErrorOutput()``, ``flushOutput()`` and ``flushErrorOutput()`` methods were
51-
added in Symfony 2.4.
49+
The ``flushOutput()`` and ``flushErrorOutput()`` methods were added in Symfony 2.4.
5250

5351
The :method:`Symfony\\Component\\Process\\Process::flushOutput()` method flushes the contents of the output and
54-
and :method:`Symfony\\Component\\Process\\Process::flushErrorOutput()` the content of the error output. You can get the
55-
contents and flush the whole output or the error output by using :method:`Symfony\\Component\\Process\\Process::getAndFlushOutput()`
56-
and :method:`Symfony\\Component\\Process\\Process::getAndFlushErrorOutput()` methods, or the outputs since the last call
57-
by using the :method:`Symfony\\Component\\Process\\Process::getAndFlushIncrementalOutput()` and
58-
:method:`Symfony\\Component\\Process\\Process::getAndFlushIncrementalErrorOutput()` methods.
52+
and :method:`Symfony\\Component\\Process\\Process::flushErrorOutput()` the content of the error output.
5953

6054
Getting real-time Process Output
6155
--------------------------------

0 commit comments

Comments
 (0)