8000 use literal for class name · Dhee/symfony-docs@efe349e · GitHub
[go: up one dir, main page]

Skip to content

Commit efe349e

Browse files
committed
use literal for class name
1 parent 1d94f34 commit efe349e

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