We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d01c306 commit c69efa7Copy full SHA for c69efa7
src/Context/Extractor/EnvContextExtractor.php
@@ -12,9 +12,6 @@
12
13
class EnvContextExtractor implements ContextExtractorInterface, EventSubscriberInterface
14
{
15
- /**
16
- * @var CodecInterface[]
17
- */
18
private $registry;
19
20
private $format;
src/Context/Extractor/HeaderContextExtractor.php
@@ -3,7 +3,6 @@
3
4
namespace Jaeger\Symfony\Context\Extractor;
5
6
-use Jaeger\Codec\CodecInterface;
7
use Jaeger\Codec\CodecRegistry;
8
use Jaeger\Span\Context\SpanContext;
9
use Symfony\Component\EventDispatcher\EventSubscriberInterface;
@@ -13,9 +12,6 @@
class HeaderContextExtractor implements ContextExtractorInterface, EventSubscriberInterface
21
0 commit comments