Skip to content

Commit b9f4773

Browse files
Various CS fix for consistency
1 parent 0aeab4d commit b9f4773

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Fixtures/php_object_dsl.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace Symfony\Component\Routing\Loader\Configurator;
44

5-
return new class() {
5+
return new class {
66
public function __invoke(RoutingConfigurator $routes)
77
{
88
$routes

0 commit comments

Comments
 (0)