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 9878be6

Browse filesBrowse files
committed
Update testing.rst
1 parent 02974c2 commit 9878be6
Copy full SHA for 9878be6

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+3
-3
lines changed

‎book/testing.rst

Copy file name to clipboardExpand all lines: book/testing.rst
+3-3Lines 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 if you want to prevent the client from following any redirect, you can
497-
force him by adding false as parameter to ``followRedirects()`` method::
495+
496+
Also, if you want to prevent the client from following any redirect, you can
497+
force him by passing ``false`` to ``followRedirects()`` method::
498498

499499
$client->followRedirects(false);
500500

0 commit comments

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