vimeo/psalm

Make callable case sensitive

Open

#8,089 opened on Jun 11, 2022

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

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