vimeo/psalm

The result of __toString is mistakenly assumed to be always lower-cased

Open

#7,536 opened on Jan 30, 2022

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

Repository metrics

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

Description

https://psalm.dev/r/dafc6637b5

ERROR: RedundantFunctionCall - 11:6 - The call to strtolower is unnecessary

The above error is unexpected.

Contributor guide