Skip to content

Commit e10a245

Browse files
keradusnicolas-grekas
authored andcommitted
CS: re-apply trailing_comma_in_multiline
1 parent 40f0d28 commit e10a245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Loader/YamlFileLoaderTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ protected function configureRoute(
498498
Route $route,
499499
\ReflectionClass $class,
500500
\ReflectionMethod $method,
501-
object $annot
501+
object $annot,
502502
): void {
503503
$route->setDefault('_controller', $class->getName().'::'.$method->getName());
504504
}

0 commit comments

Comments
 (0)