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.
2 parents 107bbaf + ad46a4d commit ab20e90Copy full SHA for ab20e90
Tests/Fixtures/yaml/services_bindings.yml
@@ -12,7 +12,7 @@ services:
12
bind:
13
Symfony\Component\DependencyInjection\Tests\Fixtures\BarInterface: '@Symfony\Component\DependencyInjection\Tests\Fixtures\Bar'
14
$foo: [ ~ ]
15
- iterable $baz: !tagged_iterator bar
+ iterable $baz: !tagged_iterator { tag: bar }
16
17
Symfony\Component\DependencyInjection\Tests\Fixtures\Bar:
18
factory: [ ~, 'create' ]
0 commit comments