8000 [DependencyInjection] Fix tests · symfony/symfony@c8d8b39 · GitHub
[go: up one dir, main page]

Skip to content

Commit c8d8b39

Browse files
committed
[DependencyInjection] Fix tests
1 parent b460e07 commit c8d8b39

File tree

1 file changed

+1
-1
lines changed
  • src/Symfony/Component/DependencyInjection/Tests/Fixtures/config

1 file changed

+1
-1
lines changed

src/Symfony/Component/DependencyInjection/Tests/Fixtures/config/defaults.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
->tag('t', ['a' => 'b'])
1616
->bind(Foo::class, service('bar'))
1717
->bind('iterable $foo', tagged_iterator('foo'))
18-
->bind('object $baz', inline('Baz'))
18+
->bind('object $baz', inline_service('Baz'))
1919
->public();
2020

2121
$s->set(Foo::class)->args([service('bar')])->public();

0 commit comments

Comments
 (0)
0