8000 minor #26508 Update Client.php (jrean) · symfony/symfony@985ef53 · GitHub
[go: up one dir, main page]

Skip to content

Commit 985ef53

Browse files
committed
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 ------- 5d7b131 Update Client.php
2 parents 822483b + 5d7b131 commit 985ef53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Component/BrowserKit/Client.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public function isFollowingRedirects()
7878
}
7979

8080
/**
81-
* Sets the maximum number of requests that crawler can follow.
81+
* Sets the maximum number of redirects that crawler can follow.
8282
*
8383
* @param int $maxRedirects
8484
*/
@@ -89,7 +89,7 @@ public function setMaxRedirects($maxRedirects)
8989
}
9090

9191
/**
92-
* Returns the maximum number of requests that crawler can follow.
92+
* Returns the maximum number of redirects that crawler can follow.
9393
*
9494
* @return int
9595
*/

0 commit comments

Comments
 (0)
0