Skip to content

Commit

Permalink
[#6648] fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
xabbuh committed Jun 20, 2016
1 parent dc9ff35 commit 93074e1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions components/process.rst
Original file line number Diff line number Diff line change
Expand Up @@ -308,8 +308,9 @@ Use :method:`Symfony\\Component\\Process\\Process::disableOutput` and
However, it is possible to pass a callback to the ``start``, ``run`` or ``mustRun``
methods to handle process output in a streaming fashion.

.. versionadded:: 3.1
The ability to pass a callback to these methods when output is disabled was added in Symfony 3.1.
.. versionadded:: 3.1
The ability to pass a callback to these methods when output is disabled
was added in Symfony 3.1.

.. _`Symfony Issue#5759`: https://github.com/symfony/symfony/issues/5759
.. _`PHP Bug#39992`: https://bugs.php.net/bug.php?id=39992
Expand Down

0 comments on commit 93074e1

Please sign in to comment.