Skip to content

Commit

Permalink
Merge pull request #95 from forkgroup/dev
Browse files Browse the repository at this point in the history
fixes the return type for withBaggageItems.
  • Loading branch information
sergeyklay authored Jan 6, 2021
2 parents bf821f6 + 01df6a2 commit 1d6de52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Jaeger/SpanContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public function getBaggageItem(string $key): ?string
* @param string $value
* @return SpanContext
*/
public function withBaggageItem(string $key, string $value): ?OTSpanContext
public function withBaggageItem(string $key, string $value): OTSpanContext
{
return new self(
$this->traceId,
Expand Down

0 comments on commit 1d6de52

Please sign in to comment.