Skip to content

Commit 6ca1013

Browse files
fix merge
1 parent 83600b9 commit 6ca1013

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/Fixtures/config/inline_binding.expected.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ services:
1212
class: Symfony\Component\DependencyInjection\Tests\Fixtures\Prototype\Foo
1313
public: true
1414
tags:
15-
- { name: t, a: b }
15+
- t: { a: b }
1616
autowire: true
1717
autoconfigure: true
1818
arguments: ['@bar', !tagged_iterator foo, !service { class: Baz }]
1919
bar:
2020
class: Symfony\Component\DependencyInjection\Tests\Fixtures\Prototype\Foo
2121
public: true
2222
tags:
23-
- { name: t, a: b }
23+
- t: { a: b }
2424
autowire: true
2525
arguments: [null, !tagged_iterator foo, !service { class: Baz }]
2626
calls:

0 commit comments

Comments
 (0)