Skip to content

Commit 573692a

Browse files
committed
Merge branch '4.3' into 4.4
* 4.3: [Mailer] fixed tests on Windows [PhpUnitBridge] fix tests [Mailer] fixed error message when connecting to a stream raises an error before connect() [Mailer] fixed timeout type hint improve error messages in the event dispatcher [Security/Core] work around sodium_compat issue bumped Symfony version to 4.3.3 updated VERSION for 4.3.2 updated CHANGELOG for 4.3.2 bumped Symfony version to 4.2.11 updated VERSION for 4.2.10 updated CHANGELOG for 4.2.10 bumped Symfony version to 3.4.30 updated VERSION for 3.4.29 update CONTRIBUTORS for 3.4.29 updated CHANGELOG for 3.4.29 Fixed type annotation.
2 parents 23b8612 + 2ef8090 commit 573692a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Generator/UrlGeneratorInterface.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ interface UrlGeneratorInterface extends RequestContextAwareInterface
7171
*
7272
* The special parameter _fragment will be used as the document fragment suffixed to the final URL.
7373
*
74-
* @param string $name The name of the route
75-
* @param mixed $parameters An array of parameters
76-
* @param int $referenceType The type of reference to be generated (one of the constants)
74+
* @param string $name The name of the route
75+
* @param mixed[] $parameters An array of parameters
76+
* @param int $referenceType The type of reference to be generated (one of the constants)
7777
*
7878
* @return string The generated URL
7979
*

0 commit comments

Comments
 (0)