We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbb92b0 commit 91bffcbCopy full SHA for 91bffcb
testing.rst
@@ -505,7 +505,7 @@ afterwards with the ``followRedirect()`` method::
505
$crawler = $client->followRedirect();
506
507
If you want the client to automatically follow all redirects, you can
508
-force him with the ``followRedirects()`` method::
+force them by calling the ``followRedirects()`` method before performing the request::
509
510
$client->followRedirects();
511
0 commit comments