Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5aa3a19 commit 1d94f34Copy full SHA for 1d94f34
components/http_foundation/introduction.rst
@@ -280,12 +280,12 @@ Overriding the Request
280
281
.. versionadded:: 2.4
282
The :method:`Symfony\\Component\\HttpFoundation\\Request::setFactory`
283
- class was added in Symfony 2.4.
+ method was added in Symfony 2.4.
284
285
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::
+PHP callable that is able to create an instance of your ``Request`` class::
289
290
use Symfony\Component\HttpFoundation\Request;
291
0 commit comments