Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit5055ef4

Browse files
committed
minor#4715 Improve readability (ifdattic)
This PR was merged into the 2.3 branch.Discussion----------Improve readabilityRemove horizontal scroll on smaller width| Q | A| ------------- | ---| Doc fix? | yes| New docs? | no| Applies to | 2.3| Fixed tickets |Commits-------9b9f452 Improve readability
2 parentsd3d6d22 +9b9f452 commit5055ef4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎book/http_fundamentals.rst

Lines 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)

[8]ページ先頭

©2009-2025 Movatter.jp