From f6066532ea4e04429a8d6b23f43bf620db668bca Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Mon, 19 Mar 2018 13:09:45 +0100 Subject: [PATCH] typo --- src/Symfony/Component/Routing/RouteCompiler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Component/Routing/RouteCompiler.php b/src/Symfony/Component/Routing/RouteCompiler.php index 42ddde0077..7ec10fa3b4 100644 --- a/src/Symfony/Component/Routing/RouteCompiler.php +++ b/src/Symfony/Component/Routing/RouteCompiler.php @@ -247,7 +247,7 @@ class RouteCompiler implements RouteCompilerInterface } /** - * Returns the next static character in the Route pattern that will serve as a separator (or the empty string when none available) + * Returns the next static character in the Route pattern that will serve as a separator (or the empty string when none available). */ private static function findNextSeparator(string $pattern, bool $useUtf8): string {