Skip to content
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

feat(psalm): typecheck the things! #2697

Merged
merged 1 commit into from
Feb 7, 2023
Merged

feat(psalm): typecheck the things! #2697

merged 1 commit into from
Feb 7, 2023

Conversation

jefflembeck
Copy link
Contributor

Psalm helps us by finding spots in our code where we have typing issues (using things we shouldn't, or are missing the tags that we need to use our tooling correctly)

Psalm helps us by finding spots in our code where we have typing issues
(using things we shouldn't, or are missing the tags that we need to use
our tooling correctly)
Copy link
Contributor

@stoyan stoyan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is awesome!

Next step is having fewer array|false|string ambiguities :)

@jefflembeck jefflembeck merged commit 6946ac3 into master Feb 7, 2023
@jefflembeck jefflembeck deleted the psalm branch February 7, 2023 18:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants