Skip to content

Commit

Permalink
Deprecate template_extended_count
Browse files Browse the repository at this point in the history
  • Loading branch information
danog committed Jan 26, 2022
1 parent e7ac047 commit b30121b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Psalm/Storage/ClassLikeStorage.php
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,7 @@ class ClassLikeStorage
public $template_extended_params;

/**
* @deprecated Will be replaced with $template_type_extends_count in Psalm v5
* @var ?int
*/
public $template_extended_count;
Expand Down

0 comments on commit b30121b

Please sign in to comment.