Skip to content

Commit ab20e90

Browse files
Merge branch '4.4' into 5.0
* 4.4: Fix failures on PHP 7.4 Fix tests [Console] fix typos [Console] fix tests
2 parents 107bbaf + ad46a4d commit ab20e90

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)