8000 Merge branch '2.7' into 2.8 · symfony/symfony@2cdc025 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2cdc025

Browse files
committed
Merge branch '2.7' into 2.8
* 2.7: added missing quotes in YAML files
2 parents dd61084 + 713adb3 commit 2cdc025

File tree

1 file changed

+1
-1
lines changed
  • src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml

1 file changed

+1
-1
lines changed

src/Symfony/Component/DependencyInjection/Tests/Fixtures/yaml/services6.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ services:
3131
decoration_inner_name: decorated.pif-pouf
3232
decoration_priority: 5
3333
new_factory1: { class: FooBarClass, factory: factory}
34-
new_factory2: { class: FooBarClass, factory: [@baz, getClass]}
34+
new_factory2: { class: FooBarClass, factory: ['@baz', getClass]}
3535
new_factory3: { class: FooBarClass, factory: [BazClass, getInstance]}

0 commit comments

Comments
 (0)
0