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

Skip to content

Commit 0d38c05

Browse files
committed
removed unnecessary parentheses
1 parent 1fc47f2 commit 0d38c05

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