Skip to content

Commit 1b07b61

Browse files
committed
Ignoring PhanUndeclaredClassAttribute error for overriden functions
1 parent 949e7bf commit 1b07b61

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/Exporter/Instana/src/InstanaTransport.php

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,17 @@ public function __construct(
6060
}
6161

6262
/**
63-
* @suppress PhanUndeclaredClassAttribute
64-
*/
63+
* @suppress PhanUndeclaredClassAttribute
64+
*/
6565
#[\Override]
6666
public function contentType(): string
6767
{
6868
return self::CONTENT_TYPE;
6969
}
7070

71+
/**
72+
* @suppress PhanUndeclaredClassAttribute
73+
*/
7174
#[\Override]
7275
public function send(string $payload, ?CancellationInterface $cancellation = null): FutureInterface
7376
{

0 commit comments

Comments
 (0)