From 46b0ba2049f7ab2e5f4c7b4a1ebe12b5b05ebe4c Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Wed, 26 Jan 2022 20:30:40 +0100 Subject: [PATCH] Update --- UPGRADING.md | 1 + 1 file changed, 1 insertion(+) 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`