Skip to content

Commit ef9108b

Browse files
committed
Fix CS
1 parent 9cf3538 commit ef9108b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Matcher/UrlMatcher.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ protected function getAttributes(Route $route, string $name, array $attributes):
222222
*
223223
* @return array The first element represents the status, the second contains additional information
224224
*/
225-
protected function handleRouteRequirements(string $pathinfo, string $name, Route $route/*, array $routeParameters*/): array
225+
protected function handleRouteRequirements(string $pathinfo, string $name, Route $route/* , array $routeParameters */): array
226226
{
227227
if (\func_num_args() < 4) {
228228
trigger_deprecation('symfony/routing', '6.1', 'The "%s()" method will have a new "array $routeParameters" argument in version 7.0, not defining it is deprecated.', __METHOD__);

0 commit comments

Comments
 (0)