8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a13396 commit 88f051aCopy full SHA for 88f051a
components/process.rst
@@ -48,8 +48,10 @@ methods returns the new outputs since the last call.
48
.. versionadded:: 2.4
49
The ``flushOutput()`` and ``flushErrorOutput()`` methods were added in Symfony 2.4.
50
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.
+The :method:`Symfony\\Component\\Process\\Process::flushOutput` method flushes
+the contents of the output and
53
+:method:`Symfony\\Component\\Process\\Process::flushErrorOutput` flushes
54
+the content of the error output.
55
56
Getting real-time Process Output
57
--------------------------------
0 commit comments