mirror of
https://github.com/danog/psalm.git
synced 2025-01-22 22:01:48 +01:00
Suppress PossiblyUnusedProperty, will be used in the future.
This commit is contained in:
parent
0fb0632e0d
commit
c61bde87a0
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user