We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02974c2 commit 9878be6Copy full SHA for 9878be6
book/testing.rst
@@ -492,9 +492,9 @@ If you want the client to automatically follow all redirects, you can
492
force him with the ``followRedirects()`` method::
493
494
$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::
+
+Also, if you want to prevent the client from following any redirect, you can
+force him by passing ``false`` to ``followRedirects()`` method::
498
499
$client->followRedirects(false);
500
0 commit comments