8000 Merge pull request #3043 from xabbuh/patch-1 · Dhee/symfony-docs@cfee7b8 · GitHub
[go: up one dir, main page]

Skip to content

Commit cfee7b8

Browse files
committed
Merge pull request symfony#3043 from xabbuh/patch-1
use literal for class name
2 parents 1d94f34 + efe349e commit cfee7b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/http_foundation/introduction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ Overriding the Request
282282
The :method:`Symfony\\Component\\HttpFoundation\\Request::setFactory`
283283
method was added in Symfony 2.4.
284284

285-
The Request class should not be overridden as it is a data object that
285+
The ``Request`` class should not be overridden as it is a data object that
286286
represents an HTTP message. But when moving from a legacy system, adding
287287
methods or changing some default behavior might help. In that case, register a
288288
PHP callable that is able to create an instance of your ``Request`` class::

0 commit comments

Comments
 (0)
0