We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0aeab4d commit b9f4773Copy full SHA for b9f4773
Tests/Fixtures/php_object_dsl.php
@@ -2,7 +2,7 @@
2
3
namespace Symfony\Component\Routing\Loader\Configurator;
4
5
-return new class() {
+return new class {
6
public function __invoke(RoutingConfigurator $routes)
7
{
8
$routes
0 commit comments