Skip to content

Commit 0abd42a

Browse files
committed
added missing quotes in YAML files
1 parent ab681bc commit 0abd42a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Fixtures/yaml/services6.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ services:
88
file: { class: FooClass, file: %path%/foo.php }
99
arguments: { class: FooClass, arguments: [foo, '@foo', [true, false]] }
1010
configurator1: { class: FooClass, configurator: sc_configure }
11-
configurator2: { class: FooClass, configurator: [@baz, configure] }
11+
configurator2: { class: FooClass, configurator: ['@baz', configure] }
1212
configurator3: { class: FooClass, configurator: [BazClass, configureStatic] }
1313
method_call1:
1414
class: FooClass

0 commit comments

Comments
 (0)