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.
1 parent dc9ff35 commit 93074e1Copy full SHA for 93074e1
components/process.rst
@@ -308,8 +308,9 @@ Use :method:`Symfony\\Component\\Process\\Process::disableOutput` and
308
However, it is possible to pass a callback to the ``start``, ``run`` or ``mustRun``
309
methods to handle process output in a streaming fashion.
310
311
-.. versionadded:: 3.1
312
- 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
313
+ was added in Symfony 3.1.
314
315
.. _`Symfony Issue#5759`: https://github.com/symfony/symfony/issues/5759
316
.. _`PHP Bug#39992`: https://bugs.php.net/bug.php?id=39992
0 commit comments