Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / symfony / dependency-injection / Tests / Fixtures / yaml / anonymous_services.yml
1 imports:
2     # Ensure the anonymous services count is reset after importing a file
3     - { resource: anonymous_services_in_instanceof.yml }
4
5 services:
6     _defaults:
7         autowire: true
8
9     Foo:
10         arguments:
11             - !service
12                 class: Bar
13                 autowire: true
14         factory: [ !service { class: Quz }, 'constructFoo' ]