composer update
This commit is contained in:
2
vendor/symfony/routing/RouteCompiler.php
vendored
2
vendor/symfony/routing/RouteCompiler.php
vendored
@@ -92,7 +92,7 @@ class RouteCompiler implements RouteCompilerInterface
|
||||
);
|
||||
}
|
||||
|
||||
private static function compilePattern(Route $route, $pattern, $isHost)
|
||||
private static function compilePattern(Route $route, string $pattern, bool $isHost): array
|
||||
{
|
||||
$tokens = [];
|
||||
$variables = [];
|
||||
|
||||
Reference in New Issue
Block a user