8000
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.
2 parents 1d94f34 + efe349e commit cfee7b8Copy full SHA for cfee7b8
components/http_foundation/introduction.rst
@@ -282,7 +282,7 @@ Overriding the Request
282
The :method:`Symfony\\Component\\HttpFoundation\\Request::setFactory`
283
method was added in Symfony 2.4.
284
285
-The Request class should not be overridden as it is a data object that
+The ``Request`` class should not be overridden as it is a data object that
286
represents an HTTP message. But when moving from a legacy system, adding
287
methods or changing some default behavior might help. In that case, register a
288
PHP callable that is able to create an instance of your ``Request`` class::
0 commit comments