Skip to content

Commit ab6c86a

Browse files
committed
fix: add Override attribute
1 parent 56e4005 commit ab6c86a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Propagation/ServerTiming/src/ServerTimingPropagator.php

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

33+
#[\Override]
3334
public function inject(&$carrier, ?PropagationSetterInterface $setter = null, ?ContextInterface $context = null): void
3435
{
3536
$setter = $setter ?? ArrayAccessGetterSetter::getInstance();

0 commit comments

Comments
 (0)