074ed01d03c4cf46921cda69f47fef871986f963
[yaffs-website] / vendor / symfony / dependency-injection / Tests / Fixtures / yaml / integration / instanceof_parent_child / expected.yml
1 services:
2     child_service_expected:
3         class: stdClass
4         # applied to _instanceof of parent
5         autowire: true
6         # from _instanceof, applies to parent, but does NOT inherit to here
7         # tags: [from_instanceof]