mirror of
https://github.com/danog/psalm.git
synced 2025-01-22 13:51:54 +01:00
f5b71a3a5f
`mb_strtolower()` may return characters we generally consider uppercase when it's given the encoding argument. This PR makes Psalm to err on the side of caution and treat the return type as `string` rather than `lowercase-string` in this case Refs vimeo/psalm#6908