File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
components/http_foundation Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -280,12 +280,12 @@ Overriding the Request
280
280
281
281
.. versionadded :: 2.4
282
282
The :method: `Symfony\\ Component\\ HttpFoundation\\ Request::setFactory `
283
- class was added in Symfony 2.4.
283
+ method was added in Symfony 2.4.
284
284
285
285
The Request class should not be overridden as it is a data object that
286
286
represents an HTTP message. But when moving from a legacy system, adding
287
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::
288
+ PHP callable that is able to create an instance of your `` Request `` class::
289
289
290
290
use Symfony\Component\HttpFoundation\Request;
291
291
You can’t perform that action at this time.
0 commit comments