What's Changed
Features
- Emit issues on php <8.5 if overridden method uses self instead of static by @danog in #11985
- [6.x] Support parameter-conditional types in
@self-out/@this-outby @alies-dev in #11964
Fixes
- fix: false-positive NullableReturnStatement when a nullsafe property fetch is compared to a non-nullable value by @yuriy-sorokin in #11982
Other changes
- [6.x] Throw
TypeParseTreeExceptionfor an incomplete conditional type by @alies-dev in #11962
New Contributors
- @yuriy-sorokin made their first contribution in #11982
Full Changelog: 6.18.0...6.18.1