From 100037be3b74973c252852c2cf72a13df553ef03 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Sat, 18 Jun 2016 08:34:35 +0200 Subject: [PATCH] [Process] tweak a sentence --- components/process.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/process.rst b/components/process.rst index 348b466c5e5..675ea0e644e 100644 --- a/components/process.rst +++ b/components/process.rst @@ -43,7 +43,7 @@ The ``getOutput()`` method always returns the whole content of the standard output of the command and ``getErrorOutput()`` the content of the error output. Alternatively, the :method:`Symfony\\Component\\Process\\Process::getIncrementalOutput` and :method:`Symfony\\Component\\Process\\Process::getIncrementalErrorOutput` -methods returns the new outputs since the last call. +methods return the new output since the last call. The :method:`Symfony\\Component\\Process\\Process::clearOutput` method clears the contents of the output and