Skip to content

Commit 217aa3c

Browse files
Merge branch '4.0'
* 4.0: (28 commits) [DI] Add tests for EnvVarProcessor typo [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 [DI] Remove dead dumper check Make KernelInterface docblock more fit for bundle-less environment 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 ...
2 parents fb900e8 + 4b3b60a commit 217aa3c

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
@@ -79,7 +79,7 @@ public function isFollowingRedirects()
7979
}
8080

8181
/**
82-
* Sets the maximum number of requests that crawler can follow.
82+
* Sets the maximum number of redirects that crawler can follow.
8383
*
8484
* @param int $maxRedirects
8585
*/
@@ -90,7 +90,7 @@ public function setMaxRedirects($maxRedirects)
9090
}
9191

9292
/**
93-
* Returns the maximum number of requests that crawler can follow.
93+
* Returns the maximum number of redirects that crawler can follow.
9494
*
9595
* @return int
9696
*/

0 commit comments

Comments
 (0)