From 93074e1700868ba8140a1747cb576f30788944b9 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Mon, 20 Jun 2016 14:03:20 +0200 Subject: [PATCH] [#6648] fix indentation --- components/process.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/components/process.rst b/components/process.rst index 7ed17506c1e..73d3568d8d3 100644 --- a/components/process.rst +++ b/components/process.rst @@ -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