Update Client.php

This commit is contained in:
Jean Ragouin 2018-03-13 18:00:05 +08:00 committed by Fabien Potencier
parent 822483b9bf
commit 5d7b13110b

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 * @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 * @return int
*/ */