vimeo/psalm

Create a test to check callmap conformity with stubs

Open

#6,606 opened on Oct 7, 2021

View on GitHub
 (1 comment) (0 reactions) (0 assignees)PHP (668 forks)batch import
Help wantedgood first issueinternal stubs/callmap

Repository metrics

Stars
 (5,369 stars)
PR merge metrics
 (Avg merge 3d 12h) (5 merged PRs in 30d)

Description

It would be great to have an automatic testing to compare:

  • param names
  • param mandatory (whether it has a default value)
  • param types
  • return types

between the stubs and last version of callmap

Contributor guide