symfony: [VarExporter] Error in LazyGhostTrait with Symfony 6.4.0
Symfony version(s) affected
6.4.0
Description
Ran into this issue today while running a Symfony command that uses a service marked as lazy: true
How to reproduce
I don’t have a reproducer yet 😕 … will try to come up with something later today.
Possible Solution
No response
Additional Context
Seems to be caused by https://github.com/symfony/symfony/pull/52762/files potentially?
About this issue
- Original URL
- State: closed
- Created 7 months ago
- Reactions: 6
- Comments: 21 (14 by maintainers)
Commits related to this issue
- fix: add conflict for symfony 6.4 package too, see https://github.com/symfony/symfony/issues/52793 — committed to shopware/conflicts by shyim 7 months ago
- bug #52797 [VarExporter] Fix lazy ghost trait when using nullsafe operator (nicolas-grekas) This PR was merged into the 6.3 branch. Discussion ---------- [VarExporter] Fix lazy ghost trait when usi... — committed to symfony/symfony by nicolas-grekas 7 months ago
I meant it worked fine on RC but I hit it on stable and the PR fixed it. No idea why I couldn’t communicate that well this morning 😅
@nicolas-grekas yes that solves it 🚀 thanks a lot
When it will be backported to 7.0.0?