Skip to content

Commit 19cf57f

Browse files
typo
1 parent 9c6268c commit 19cf57f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RouteCompiler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ private static function determineStaticPrefix(Route $route, array $tokens): stri
247247
}
248248

249249
/**
250-
* Returns the next static character in the Route pattern that will serve as a separator (or the empty string when none available)
250+
* Returns the next static character in the Route pattern that will serve as a separator (or the empty string when none available).
251251
*/
252252
private static function findNextSeparator(string $pattern, bool $useUtf8): string
253253
{

0 commit comments

Comments
 (0)