-
Notifications
You must be signed in to change notification settings - Fork 15
update phpstan to v2 #53
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
base: 7.0
Are you sure you want to change the base?
Conversation
|
@SkyFoxvn can you please re-run CI? The reason PHPStan fails on 8.0.2 is that Symfony 6.0.x components are always used on that PHP version. Thanks! |
|
@SkyFoxvn thanks! Can you please force a CI re-run? It looks like it somehow didn't run on your last commit. |
@smhg well im not sure how to start a new run for pull request(only for branches part of the repo) so i did go to actions and rerun the tests run already created for this branch still ending with error |
|
@SkyFoxvn sorry, I missed an invalid double-declaration of "scripts" in composer.json. Feel free to approve CI. Thanks! |
This bumps phpstan and its extensions to version 2.
It also:
composer run stan.Please squash the PR if you decide to merge this.
Tagging @SkyFoxvn