minor #26508 Update Client.php (jrean)

This PR was submitted for the master branch but it was squashed and merged into the 3.4 branch instead (closes #26508).

Discussion
----------

Update Client.php

Docblock.

Commits
-------

5d7b13110b Update Client.php
This commit is contained in:
Fabien Potencier 2018-03-13 09:46:25 -05:00
commit 985ef53b51

View File

@ -78,7 +78,7 @@ abstract class Client
}
/**
* Sets the maximum number of requests that crawler can follow.
* Sets the maximum number of redirects that crawler can follow.
*
* @param int $maxRedirects
*/
@ -89,7 +89,7 @@ abstract class Client
}
/**
* Returns the maximum number of requests that crawler can follow.
* Returns the maximum number of redirects that crawler can follow.
*
* @return int
*/