Skip to content

Commit 93074e1

Browse files
committed
[#6648] fix indentation
1 parent dc9ff35 commit 93074e1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

components/process.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -308,8 +308,9 @@ Use :method:`Symfony\\Component\\Process\\Process::disableOutput` and
308308
However, it is possible to pass a callback to the ``start``, ``run`` or ``mustRun``
309309
methods to handle process output in a streaming fashion.
310310

311-
.. versionadded:: 3.1
312-
The ability to pass a callback to these methods when output is disabled was added in Symfony 3.1.
311+
.. versionadded:: 3.1
312+
The ability to pass a callback to these methods when output is disabled
313+
was added in Symfony 3.1.
313314

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

0 commit comments

Comments
 (0)