We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92db4a7 commit 8e08191Copy full SHA for 8e08191
Tests/Fixtures/config/closure.php
@@ -2,7 +2,7 @@
2
3
namespace Symfony\Component\DependencyInjection\Loader\Configurator;
4
5
-return new class() {
+return new class {
6
public function __invoke(ContainerConfigurator $c)
7
{
8
$c->services()
Tests/Fixtures/config/from_callable.php
Tests/Fixtures/config/object.php
@@ -4,7 +4,7 @@
use App\BarService;
9
10
$s = $c->services()->defaults()->public();
0 commit comments