-
-
Notifications
You must be signed in to change notification settings - Fork 46
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
Psalm integration #80
Psalm integration #80
Conversation
79b0bd1
to
f84f0f3
Compare
Thanks, @konarshankar07 @samsonasik might handle the next steps of this, he might have plans on how to proceed with this component. |
Hello @boesing |
@konarshankar07 |
Seems like our own deprecations are at fault with the failure here :| |
actually this is due to the phpunit change regarding |
@boesing @Ocramius |
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.
Overall, LGTM - just a few adjustments so we can avoid suppressions.
Another thing is, that it seems that we only have less than 20 errors in this projects. Would you mind fixing these so we end up having 100% typed code rather than suppressing these few errors via baseline? That would really be appreciated 🙏🏼
Signed-off-by: Shankar Konar <[email protected]>
Signed-off-by: Shankar Konar <[email protected]>
Signed-off-by: Shankar Konar <[email protected]>
7a3abbe
to
0c0cde6
Compare
This patch runs auto-fixes as suggested by Psalm, and establishes an initial baseline. Signed-off-by: Matthew Weier O'Phinney <[email protected]>
Psalm autofixes added nullable scalar typehint to an argument, and a return type hint, which each would change the signature. Signed-off-by: Matthew Weier O'Phinney <[email protected]>
Signed-off-by: Shankar Konar [email protected]
Description
Psalm integration added