Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1d94f34

Browse files
committed
[#3021] Minor tweaks thanks to @wouterj and @GromNaN
1 parent 5aa3a19 commit 1d94f34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/http_foundation/introduction.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,12 +280,12 @@ Overriding the Request
280280

281281
.. versionadded:: 2.4
282282
The :method:`Symfony\\Component\\HttpFoundation\\Request::setFactory`
283-
class was added in Symfony 2.4.
283+
method was added in Symfony 2.4.
284284

285285
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
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::
289289

290290
use Symfony\Component\HttpFoundation\Request;
291291

0 commit comments

Comments
 (0)