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_configurator_short_syntax.yml
1 services:
2     foo_bar:
3         class: FooBarClass
4         configurator: foo_bar_configurator:configure
5
6     foo_bar_with_static_call:
7         class: FooBarClass
8         configurator: FooBarConfigurator::configureFooBar