Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.3k
Closed
Description
Added insymfony/symfony#21313
Before:
services:App\Foo\Bar:arguments:['@baz', 'foo', '%qux%']
After:
services:App\Foo\Bar:['@baz', 'foo', '%qux%']