Skip to content

Commit ad46a4d

Browse files
Fix tests
1 parent 90b3534 commit ad46a4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Fixtures/yaml/services_bindings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ services:
1212
bind:
1313
Symfony\Component\DependencyInjection\Tests\Fixtures\BarInterface: '@Symfony\Component\DependencyInjection\Tests\Fixtures\Bar'
1414
$foo: [ ~ ]
15-
iterable $baz: !tagged_iterator bar
15+
iterable $baz: !tagged_iterator { tag: bar }
1616

1717
Symfony\Component\DependencyInjection\Tests\Fixtures\Bar:
1818
factory: [ ~, 'create' ]

0 commit comments

Comments
 (0)