Skip to content

Commit 7b046a0

Browse files
committed
Minor tweak
1 parent 30b4830 commit 7b046a0

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

components/runtime.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -211,11 +211,10 @@ The ``SymfonyRuntime`` can handle these applications:
211211
Support for returning a ``Response`` object when running in FrankenPHP
212212
worker mode was introduced in Symfony 8.1.
213213

214-
When running in `FrankenPHP`_ worker mode, a ``Response`` object is
215-
handled by
216-
:class:`Symfony\\Component\\Runtime\\Runner\\FrankenPhpWorkerRunner`
217-
instead of the ``ResponseRunner``. This is useful for scenarios like
218-
maintenance pages where you want to return a static response while still
214+
When running in `FrankenPHP`_ worker mode, a ``Response`` object is handled
215+
by :class:`Symfony\\Component\\Runtime\\Runner\\FrankenPhpWorkerRunner`
216+
instead of ``ResponseRunner``. This is useful for scenarios such as
217+
maintenance pages, where you want to return a static response while still
219218
benefiting from the worker loop::
220219

221220
// public/index.php

0 commit comments

Comments
 (0)