summaryrefslogtreecommitdiff
path: root/vendor/open-telemetry/context/ContextKeyInterface.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/open-telemetry/context/ContextKeyInterface.php')
-rw-r--r--vendor/open-telemetry/context/ContextKeyInterface.php12
1 files changed, 0 insertions, 12 deletions
diff --git a/vendor/open-telemetry/context/ContextKeyInterface.php b/vendor/open-telemetry/context/ContextKeyInterface.php
deleted file mode 100644
index b3ad00814..000000000
--- a/vendor/open-telemetry/context/ContextKeyInterface.php
+++ /dev/null
@@ -1,12 +0,0 @@
-<?php
-
-declare(strict_types=1);
-
-namespace OpenTelemetry\Context;
-
-/**
- * @template-covariant T
- */
-interface ContextKeyInterface
-{
-}