What's Changed
Features
- Improve count_chars stub by @kamil-tekiela in #7059
- Refined
*strlen()
return type to exclude negative integers by @weirdan in #7063 - Fix #6968: PHP_INT_MAX isn't positive by @ricardoboss in #7070
- Detect yield in array expression by @klimick in #7068
Fixes
- Refined
strlen()
return type to not include negative ints by @weirdan in #7073 - Make name property of enum cases return non-empty-strings by @ricardoboss in #7077
- Don't crash when checking purity of __callStatic in a trait by @orklah in #7084
- Fixed generic assertions for list and array by @klimick in #7076
- abs should always return a positive integer by @marcosh in #7089
Internal changes
- Use import instead of fully qualified namespaces by @rarila in #7060
- Return type hints by @rarila in #7065
Full Changelog: v4.14.0...v4.15.0