kint
kint copied to clipboard
Psalm false-positives
Psalm has quite a few false positives, but most of them can be fixed with well positioned typehints (All of which are prefixed @psalm-X
in code)
Some of these issues can't be fixed with typehints, or are clear bugs in psalm that probably shouldn't be fixed with typehints. Because of these we can't make static analysis required in CI. For now this is just a "todo list" and not high priority, since the code still works without it.
- vimeo/psalm#4509
- vimeo/psalm#8603
- vimeo/psalm#8719