1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 04:45:20 +01:00

Deprecate template_extended_count

This commit is contained in:
Daniil Gentili 2022-01-26 20:21:00 +01:00
parent e7ac047f0d
commit b30121ba1c
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7

View File

@ -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;