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 1d94f34 commit efe349eCopy full SHA for efe349e
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