Skip to content

Commit

Permalink
Resolve #118, added php 8.1 support for library
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Kemper committed Apr 10, 2022
1 parent 60a5e60 commit ff5b344
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}
],
"require": {
"php": "^7.1 || ^8.0",
"php": "^7.1 || ^8.0 || ^8.1",
"ext-sockets": "*",
"opentracing/opentracing": "^1.0",
"packaged/thrift": "^0.13",
Expand Down
1 change: 1 addition & 0 deletions src/Jaeger/SpanContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ public function __construct($traceId, $spanId, $parentId, $flags = null, $baggag
/**
* {@inheritdoc}
*/
#[\ReturnTypeWillChange]
public function getIterator()
{
return new ArrayIterator($this->baggage);
Expand Down

0 comments on commit ff5b344

Please sign in to comment.