-
-
Notifications
You must be signed in to change notification settings - Fork 87
chore(dependencies): upgrade psalm to v6 #487
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
Conversation
44b669c to
5fbd36e
Compare
|
@EmanFateen |
|
@imdhemy I removed the issue from the description table. |
|
@EmanFateen 1. Unused codePsalm 6 changed the default configuration to detect unused code.
We can mark some parts as public API, as mentioned in the Psalm docs But we still need to handle 2. Laravel codeThis includes the The plugin can't be upgraded because it conflicts with the version required by I think we should upgrade What do you think? |
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.
- Upgrade
orchestra/testbench. - Upgrade
psalm/plugin-laravel. - Address Psalm issues.
@EmanFateen I addressed this in this PR #490 Let's upgrade the Psalm laravel plugin as well, and check how many issues we get. |
|
@imdhemy Thank you! I'm on it. |
fea7457 to
22f563d
Compare
imdhemy
left a comment
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.
@EmanFateen Thanks a million!
Description:
While working on upgrading PHP to v8.4, I found that PSLAM v5 is a blocker, and it needs to be upgraded to v6.
I've opened this PR to upgrade PSLAM to v6.
Key changes: