Skip to content

Commit

Permalink
Merge pull request #126 from Bienne/fix_symfony_errors
Browse files Browse the repository at this point in the history
Fixed deprecation warning for symfony and php 7.4
  • Loading branch information
sergeyklay authored Jan 31, 2023
2 parents 5f3ce14 + 008fd4d commit 3173d9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Jaeger/SpanContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ public function __construct($traceId, $spanId, $parentId, $flags = null, $baggag

/**
* {@inheritdoc}
* @return ArrayIterator
*/
#[\ReturnTypeWillChange]
public function getIterator()
Expand Down

0 comments on commit 3173d9c

Please sign in to comment.