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

Commit804b686

Browse files
committed
Update testing.rst
1 parent9878be6 commit804b686

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎book/testing.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -492,9 +492,9 @@ If you want the client to automatically follow all redirects, you can
492492
force him with the ``followRedirects()`` method::
493493

494494
$client->followRedirects();
495-
496-
Also, ifyouwanttopreventtheclient from following any redirect, you can
497-
force him by passing ``false`` to ``followRedirects()`` method::
495+
496+
Ifyoupass ``false``to the``followRedirects()`` method, the redirects
497+
will no longer be followed::
498498

499499
$client->followRedirects(false);
500500

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp