Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / symfony / dependency-injection / Tests / Fixtures / yaml / services_instanceof_with_parent.yml
1 services:
2     _instanceof:
3         FooInterface:
4             autowire: true
5
6     parent_service:
7         class: stdClass
8
9     child_service:
10         class: stdClass
11         parent: parent_service