Skip to content

1.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Jan 16:01
1.4.0
72b04d9

This release fixes 25 issues! 馃帀

Major new features 馃殌

  • Support for PHP 8.1 readonly properties (RFC)
    • Readonly properties must be assigned in the constructor of the declaring class
    • Memoized type of a readonly property is not invalidated even when calling a method with side effects
    • Readonly properties cannot be passed by reference
  • Improved detection of incorrect types assigned to properties:

Improvements 馃敡

Bugfixes 馃悰

Thanks to some internal refactorings listed below, the following issues have been fixed: #5337, #4910, #5316, #5607, #3766, #3858, #3310, #3264, #2806, #5328, #3044, #6184, #3339, #5656, #5362, #3867, #5707

Function signature fixes 馃