8000 minor #45149 [DependencyInjection] Fix tests (chalasr) · symfony/symfony@106c6e6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 106c6e6

Browse files
committed
minor #45149 [DependencyInjection] Fix tests (chalasr)
This PR was merged into the 5.3 branch. Discussion ---------- [DependencyInjection] Fix tests | Q | A | ------------- | --- | Branch? | 5.3 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | - Commits ------- c8d8b39 [DependencyInjection] Fix tests
2 parents b460e07 + c8d8b39 commit 106c6e6

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