New features:
- Allow a
&before the method name in@methodannotations, to declare that the method returns by reference (#5430) - New
PhanTypeComparisonObjectOrderingissue type to detect when ordering operators (<,<=,>,>=,<=>) are used to compare an object with a non-object value, which throws TypeError in PHP 8.0+
Bug fixes:
- Fixed analysis of
array_mapwith...