kint icon indicating copy to clipboard operation
kint copied to clipboard

Psalm false-positives

Open jnvsor opened this issue 2 years ago • 0 comments

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

jnvsor avatar Nov 23 '22 10:11 jnvsor