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 a6b3a77 commit 100037bCopy full SHA for 100037b
components/process.rst
@@ -43,7 +43,7 @@ The ``getOutput()`` method always returns the whole content of the standard
43
output of the command and ``getErrorOutput()`` the content of the error
44
output. Alternatively, the :method:`Symfony\\Component\\Process\\Process::getIncrementalOutput`
45
and :method:`Symfony\\Component\\Process\\Process::getIncrementalErrorOutput`
46
-methods returns the new outputs since the last call.
+methods return the new output since the last call.
47
48
The :method:`Symfony\\Component\\Process\\Process::clearOutput` method clears
49
the contents of the output and
0 commit comments