1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-14 10:17:33 +01:00
psalm/src/Psalm/Internal/Scanner/UnresolvedConstantComponent.php
2022-01-03 09:33:22 +02:00

13 lines
133 B
PHP

<?php
namespace Psalm\Internal\Scanner;
/**
* @psalm-immutable
*
* @internal
*/
abstract class UnresolvedConstantComponent
{
}