1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-10 15:09:04 +01:00
psalm/src/Psalm/Internal/Scanner/UnresolvedConstantComponent.php

15 lines
213 B
PHP
Raw Normal View History

<?php
namespace Psalm\Internal\Scanner;
use Psalm\Storage\ImmutableNonCloneableTrait;
/**
* @psalm-immutable
2022-01-03 07:55:32 +01:00
* @internal
*/
abstract class UnresolvedConstantComponent
{
use ImmutableNonCloneableTrait;
}