Skip to content

Commit 4b3b60a

Browse files
Merge branch '3.4' into 4.0
* 3.4: (22 commits) [DI] Add tests for EnvVarProcessor [Bridge\PhpUnit] Fix #26430 Cannot autoload listeners Make sure we always render errors. Eventhough labels are disabled Make sure form errors is valid HTML [HttpKernel] Allow generators in registerBundle [TwigBundle] document TwigRenderer BC break in UPGRADE-3.4 Extra line to bootstrap 3 horizontal layout [Serializer] Remove const override Update Client.php [PhpUnitBridge] Ability to use different composer.json file [DomCrawler] FormField: remove an useless return statement [Config] ReflectionClassResource check abstract ServiceSubscriberInterface and EventSubscriberInterface Display the Welcome Page when there is no homepage defined fix regression when extending the Container class without a constructor fix the updating of timestamp in the MemcachedSessionHandler [SecurityBundle] Make extra character non mandatory in regex [Config] Add characters to the regex bumped Symfony version to 3.4.7 updated VERSION for 3.4.6 updated CHANGELOG for 3.4.6 ...
2 parents fee0fcd + 33773a2 commit 4b3b60a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)