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 949e7bf commit 1b07b61Copy full SHA for 1b07b61
src/Exporter/Instana/src/InstanaTransport.php
@@ -60,14 +60,17 @@ public function __construct(
60
}
61
62
/**
63
- * @suppress PhanUndeclaredClassAttribute
64
- */
+ * @suppress PhanUndeclaredClassAttribute
+ */
65
#[\Override]
66
public function contentType(): string
67
{
68
return self::CONTENT_TYPE;
69
70
71
+ /**
72
73
74
75
public function send(string $payload, ?CancellationInterface $cancellation = null): FutureInterface
76
0 commit comments