Closed
Description
Added in symfony/symfony#21313
Before:
services:
App\Foo\Bar:
arguments: ['@baz', 'foo', '%qux%']
After:
services:
App\Foo\Bar: ['@baz', 'foo', '%qux%']
Metadata
Metadata
Assignees
Labels
A Pull Request has already been submitted for this issue.A Pull Request has already been submitted for this issue.