1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-22 13:51:54 +01:00

Suppress PossiblyUnusedProperty, will be used in the future.

This commit is contained in:
AndrolGenhald 2022-01-20 16:51:55 -06:00
parent 0fb0632e0d
commit c61bde87a0

View File

@ -7,6 +7,9 @@ use Psalm\Internal\Analyzer\ClassLikeAnalyzer;
use Psalm\Internal\Scanner\UnresolvedConstantComponent;
use Psalm\Type\Union;
/**
* @psalm-suppress PossiblyUnusedProperty
*/
class ClassConstantStorage
{
use CustomMetadataTrait;