This commit is contained in:
Nicolas Grekas 2018-03-19 13:09:45 +01:00
parent 59f3081175
commit f6066532ea

View File

@ -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
{