Skip to content

Commit 88f051a

Browse files
committed
[#2728] Minor tweaks to docs on Process flush methods
1 parent 6a13396 commit 88f051a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

components/process.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,10 @@ methods returns the new outputs since the last call.
4848
.. versionadded:: 2.4
4949
The ``flushOutput()`` and ``flushErrorOutput()`` methods were added in Symfony 2.4.
5050

51-
The :method:`Symfony\\Component\\Process\\Process::flushOutput()` method flushes the contents of the output and
52-
and :method:`Symfony\\Component\\Process\\Process::flushErrorOutput()` the content of the error output.
51+
The :method:`Symfony\\Component\\Process\\Process::flushOutput` method flushes
52+
the contents of the output and
53+
:method:`Symfony\\Component\\Process\\Process::flushErrorOutput` flushes
54+
the content of the error output.
5355

5456
Getting real-time Process Output
5557
--------------------------------

0 commit comments

Comments
 (0)