summaryrefslogtreecommitdiff
path: root/vendor/open-telemetry/context/ContextKeyInterface.php
blob: b3ad00814f9959ae54d7ed7a6e57a1ec64a288a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?php

declare(strict_types=1);

namespace OpenTelemetry\Context;

/**
 * @template-covariant T
 */
interface ContextKeyInterface
{
}