php-standard-library / psalm-plugin

Psalm integration for the PHP Standard Library
MIT License
24 stars 6 forks source link

add support for `lowercase-string` return type in string functions #1

Closed azjezz closed 3 years ago

azjezz commented 3 years ago

string functions such as Str\slice, Str\strip_prefix .. etc, always return lowercase-string when the given string of type lowercase-string.