8000 fix merge · symfony/symfony@3f7d1a3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3f7d1a3

Browse files
fix merge
1 parent e39cb50 commit 3f7d1a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Component/DependencyInjection/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)
0