From 22ff64db4d6ec504093b5fd25802a6f1c0fcc9eb Mon Sep 17 00:00:00 2001 From: Sorin Dumitrescu Date: Thu, 9 Apr 2015 20:27:43 +0300 Subject: [PATCH] Update process.rst --- components/process.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/process.rst b/components/process.rst index 8063ca7972f..e3e0550068d 100644 --- a/components/process.rst +++ b/components/process.rst @@ -40,7 +40,7 @@ when executing the command. The ``getIncrementalOutput()`` and ``getIncrementalErrorOutput()`` methods were introduced in Symfony 2.2. -The ``getOutput()`` method always return the whole content of the standard +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`