-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[DependencyInjection] resolve circular reference #14446
New issue
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
[DependencyInjection] resolve circular reference #14446
Conversation
This issue has been fixed in symfony#11422. Due to a bad merge in 3bed1b7 it partially appeared again in Symfony 2.6 or higher.
👍 |
1 similar comment
👍 |
The |
@xabbuh Have a look at https://github.com/symfony/symfony/pull/14445/files to see which changes to the tests are necessary. |
@hacfi any reason to keep a blank line between |
@xabbuh 👍 |
@dosten Nope :)..just didn’t think about that. |
👍 |
Thank you @xabbuh. |
This PR was merged into the 2.6 branch. Discussion ---------- [DependencyInjection] resolve circular reference | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #11422, #14445 | License | MIT | Doc PR | This issue has been fixed in #11422. Due to a bad merge in 3bed1b7 it partially appeared again in Symfony 2.6 or higher. Commits ------- 8b3b3ce [DependencyInjection] resolve circular reference
This PR was merged into the 2.3 branch. Discussion ---------- [DependencyInjection] Fixed missing tests | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - Follow up of #11422 and #14446 Commits ------- 2892902 Fixed tests
This issue has been fixed in #11422. Due to a bad merge in 3bed1b7 it partially appeared again in Symfony 2.6 or higher.