8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Symfony version(s) affected: 4.1.3
Description With this config
App\DI\Foo\FooInterface: '@App\DI\Foo\Foo' App\DI\Foo\FooDecorator: decorates: App\DI\Foo\FooInterface App\DI\Bar\BarInterface: '@App\DI\Bar\Bar' App\DI\Bar\BarDecorator: decorates: App\DI\Bar\BarInterface
I've got
Circular reference detected for service "App\DI\Foo\FooDecorator", path: "App\DI\Foo\FooDecorator -> App\DI\Foo\FooDecorator".
If I comment decorates: App\DI\Bar\BarInterface line - all works fine Explicit setting
decorates: App\DI\Bar\BarInterface
arguments: $decorated: '@App\DI\Bar\BarDecorator.inner'
also works
How to reproduce https://github.com/BoShurik/symfony-di-issue
The text was updated successfully, but these errors were encountered:
I think this has been fixed by #28060 I cannot reproduce it when I upgrade to 4.1.4@dev
Sorry, something went wrong.
Yes, it works. Thanks!
No branches or pull requests
Symfony version(s) affected: 4.1.3
Description
With this config
I've got
If I comment
decorates: App\DI\Bar\BarInterface
line - all works fineExplicit setting
also works
How to reproduce
https://github.com/BoShurik/symfony-di-issue
The text was updated successfully, but these errors were encountered: