Skip to content

Commit

Permalink
Suppress PossiblyUnusedProperty, will be used in the future.
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrolGenhald committed Dec 11, 2021
1 parent 6245741 commit e2e88ec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Psalm/Storage/ClassConstantStorage.php
Expand Up @@ -6,6 +6,9 @@
use Psalm\Internal\Scanner\UnresolvedConstantComponent;
use Psalm\Type;

/**
* @psalm-suppress PossiblyUnusedProperty
*/
class ClassConstantStorage
{
use CustomMetadataTrait;
Expand Down

0 comments on commit e2e88ec

Please sign in to comment.