Skip to content

How can I find out where types are missing in a large codebase ? #6003

Answered by orklah
williamdes asked this question in Q&A
Discussion options

You must be logged in to vote

Running on level 1 should make Psalm emit Mixed* issues (like MixedAssignment) to tell you where the missing types are.

EDIT: of course, the obvious MissingReturnType, MissingParamType and MissingPropertyType should be looked into too

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@williamdes
Comment options

@orklah
Comment options

orklah Jul 14, 2021
Collaborator

@williamdes
Comment options

@orklah
Comment options

orklah Jul 15, 2021
Collaborator

@williamdes
Comment options

Answer selected by weirdan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants