Added in https://github.com/symfony/symfony/pull/21313 Before: ```yaml services: App\Foo\Bar: arguments: ['@baz', 'foo', '%qux%'] ``` After: ```yaml services: App\Foo\Bar: ['@baz', 'foo', '%qux%'] ```