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

13 lines
133 B
PHP
Raw Normal View History

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