8000 removed unnecessary parentheses · programaths/symfony-docs@d3e2e25 · GitHub
[go: up one dir, main page]

Skip to content

Commit d3e2e25

Browse files
Baptouuuuweaverryan
authored andcommitted
removed unnecessary parentheses
1 parent 00348d5 commit d3e2e25

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
@@ -177,7 +177,7 @@ on how this is used in the Symfony2 framework, see
177177
:ref:`the Symfony2 book <book-fundamentals-attributes>`.
178178

179179
Finally, the raw data sent with the request body can be accessed using
180-
:method:`Symfony\\Component\\HttpFoundation\\Request::getContent()`::
180+
:method:`Symfony\\Component\\HttpFoundation\\Request::getContent`::
181181

182182
$content = $request->getContent();
183183

0 commit comments

Comments
 (0)
0