-
-
Notifications
You must be signed in to change notification settings - Fork 843
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
PHPStan bump to level 6 #2259
PHPStan bump to level 6 #2259
Conversation
5a76a1b
to
3e5d674
Compare
3e5d674
to
c3a2e9d
Compare
@DjordyKoert If you'd like, you can assign me as a reviewer once this PR is ready to be reviewed 😊 |
Github does not allow me to assign you as a reviewer so all I can give you is a friendly ping @DominicLuidold :/ It has become quite the PR because pretty much every class (if not all) required a change. I tried my best to not introduce any breaking changes so I hope that I didn't miss anything on accident. 😄 |
That's fine! I'll have a look at the PR and the changes within the next couple of days. Thanks already for improving the code quality even further! 😄 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking really good - as you said, literally touches the whole project. 😅
I've only found very minor/nit-picky things and one question. Great effort! 🎉
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
found some breaking changes
Co-authored-by: Dominic Luidold <DominicLuidold@users.noreply.github.com>
4e49f5a
to
a6dbaef
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good - and good catch with the BC breaks! 💯
Thank you for helping me with this @DominicLuidold I really appreciate it ❤️ |
| Q | A | |---------------|---------------------------------------------------------------------------------------------------------------------------| | Bug fix? | yes | | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | | Issues | Fix #2275 <!-- prefix each issue number with "Fix #", no need to create an issue if none exists, explain below instead --> | #2259 accidentally removed the `class_exists` check for symfony/validator `Constraint`. This currently causes applications using this bundle to fail because of the missing symfony/validator dependency
Follow-up on #2249. Bump PHPStan to level 6 with required changes.