Skip to content

Commit 4720254

Browse files
committed
Merge branch '7.3' into 7.4
* 7.3: fix test Restore Relay 8.5 test account for PHP_ZTS being a boolean value on PHP 8.4+ [Intl] Update data to ICU 78.1 [Notifier][Smsbox] Add tests for `Mode` enum [DependencyInjection] Remove unused variable [Console] Fix exception message when abbreviation matches multiple hidden commands [FrameworkBundle] Fix TypeError when traversing scalar values in debug:config [DependencyInjection] Fix loop corruption in CheckTypeDeclarationsPass [Security] Fix UserBadge validation bypass via identifier normalizer [DependencyInjection] Fix invalid PHP syntax for nullable TypedReference in PhpDumper Fix typo in comment [Translation][Routing] Fix typos [Config] Fix nullable EnumNode with BackedEnum [String] Fix normalization in trimPrefix/trimSuffix
2 parents b1d727a + 7350aeb commit 4720254

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Route.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class Route implements \Serializable
3535
* Available options:
3636
*
3737
* * compiler_class: A class name able to compile this route instance (RouteCompiler by default)
38-
* * utf8: Whether UTF-8 matching is enforced ot not
38+
* * utf8: Whether UTF-8 matching is enforced or not
3939
*
4040
* @param string $path The path pattern to match
4141
* @param array $defaults An array of default parameter values

0 commit comments

Comments
 (0)