Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5055ef4

Browse filesBrowse files
committed
minor #4715 Improve readability (ifdattic)
This PR was merged into the 2.3 branch. Discussion ---------- Improve readability Remove horizontal scroll on smaller width | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.3 | Fixed tickets | Commits ------- 9b9f452 Improve readability
2 parents d3d6d22 + 9b9f452 commit 5055ef4
Copy full SHA for 5055ef4

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎book/http_fundamentals.rst

Copy file name to clipboardExpand all lines: book/http_fundamentals.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,8 +242,8 @@ have all the request information at your fingertips::
242242
$request->headers->get('host');
243243
$request->headers->get('content_type');
244244

245-
$request->getMethod(); // GET, POST, PUT, DELETE, HEAD
246-
$request->getLanguages(); // an array of languages the client accepts
245+
$request->getMethod(); // GET, POST, PUT, DELETE, HEAD
246+
$request->getLanguages(); // an array of languages the client accepts
247247

248248
As a bonus, the ``Request`` class does a lot of work in the background that
249249
you'll never need to worry about. For example, the ``isSecure()`` method

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.