Version 1
[yaffs-website] / vendor / symfony / dependency-injection / Tests / Fixtures / yaml / bad_types2.yml
diff --git a/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/bad_types2.yml b/vendor/symfony/dependency-injection/Tests/Fixtures/yaml/bad_types2.yml
new file mode 100644 (file)
index 0000000..fb1d53e
--- /dev/null
@@ -0,0 +1,5 @@
+services:
+    foo_service:
+        class:            FooClass
+        # autowiring_types is not a string
+        autowiring_types: [ 1 ]