-
-
Notifications
You must be signed in to change notification settings - Fork 454
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
Don't rely on LazyProxyTrait in LazyServiceEntityRepository #1727
Conversation
965b031
to
3b747c9
Compare
Could anyone help me with the psalm failure? |
083c0c8
to
e86cc6d
Compare
nvm, typed props are allowed in 7.4 🤦 |
e86cc6d
to
31e14d1
Compare
I have no idea. This ancient Psalm version on this repository has become a burden, tbh. |
31e14d1
to
f7f2146
Compare
@derrabus I suggest that we update the Psalm setup to use Psalm 5 instead. It is probably easier than debugging Psalm 4... |
Yeah we should update it. I didn't even realize it's so outdated TBH. Psalm 5 supports PHP 7.4, so that shouldn't be an issue either. |
I've tried a couple of days ago. If you upgrade Psalm, it spits out seventy-something errors that should be reviewed. Whoever wants to give it a try: be my guest. 🙂 |
Okay then, screw Psalm for now. This should not block us. Thank you @nicolas-grekas. |
I'll work on updating to psalm 5 soon |
Makes things simpler and unlocks symfony/symfony#52568