Skip to content

Commit a3911d4

Browse files
committed
fix: ignore missing attribute
1 parent ab6c86a commit a3911d4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Propagation/ServerTiming/src/ServerTimingPropagator.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ public function fields(): array
3030
];
3131
}
3232

33+
/**
34+
* @suppress PhanUndeclaredClassAttribute
35+
*/
3336
#[\Override]
3437
public function inject(&$carrier, ?PropagationSetterInterface $setter = null, ?ContextInterface $context = null): void
3538
{

0 commit comments

Comments
 (0)