Thanks to visit codestin.com Credit goes to github.com
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.
2 parents 0dc6204 + 22ff64d commit 73ccc8bCopy full SHA for 73ccc8b
components/process.rst
@@ -40,7 +40,7 @@ when executing the command.
40
The ``getIncrementalOutput()`` and ``getIncrementalErrorOutput()`` methods
41
were introduced in Symfony 2.2.
42
43
-The ``getOutput()`` method always return the whole content of the standard
+The ``getOutput()`` method always returns the whole content of the standard
44
output of the command and ``getErrorOutput()`` the content of the error
45
output. Alternatively, the :method:`Symfony\\Component\\Process\\Process::getIncrementalOutput`
46
and :method:`Symfony\\Component\\Process\\Process::getIncrementalErrorOutput`
0 commit comments