File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments