diff --git a/UPGRADING.md b/UPGRADING.md index 02fe6e60911..4ed567246c0 100644 --- a/UPGRADING.md +++ b/UPGRADING.md @@ -122,6 +122,7 @@ - [BC] Method `Psalm\Type\Union::hasFormerStaticObject()` was renamed to `hasStaticObject()` - [BC] Function assertions (from `@psalm-assert Foo $bar`) have been converted from strings to specific `Assertion` objects. - [BC] Property `Psalm\Storage\ClassLikeStorage::$invalid_dependencies` changed from `array` to `array`. +- [BC] Property `Psalm\Storage\ClassLikeStorage::$template_extended_count` was renamed to `$template_type_extends_count`, its type was changed from `int|null` to `array|null`. - [BC] Event classes became final and their constructors were marked `@internal`: - `Psalm\Plugin\EventHandler\Event\AddRemoveTaintsEvent` - `Psalm\Plugin\EventHandler\Event\AfterAnalysisEvent`