Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / symfony / dependency-injection / Tests / Fixtures / yaml / services22.yml
1 services:
2     foo_service:
3         class:            FooClass
4         autowiring_types: [ Foo, Bar ]
5
6     baz_service:
7         class:            Baz
8         autowiring_types: Foo