vimeo/psalm

Make callable case sensitive

Open

#8,089 opened on Jun 11, 2022

View on GitHub
 (6 comments) (0 reactions) (0 assignees)PHP (668 forks)batch import
Help wantedenhancement

Repository metrics

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

Description

https://psalm.dev/r/c501c4d192

This is perfectly valid PHP, since function and class names are case insensitive. However I think it would be good form to enforce case-sensitivity for callables.

Contributor guide