Skip to content

Commit

Permalink
Merge pull request #115 from rostyslavkhaniukov/clean-up-unused-lib
Browse files Browse the repository at this point in the history
Remove unused library phlib/base_convert
  • Loading branch information
sergeyklay committed Jan 5, 2022
2 parents f1bae6d + 49c9a61 commit 7eac86c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"ext-sockets": "*",
"opentracing/opentracing": "^1.0",
"packaged/thrift": "^0.13",
"phlib/base_convert": "^1.0",
"psr/cache": "^1.0",
"psr/log": "^1.0"
},
Expand Down
2 changes: 0 additions & 2 deletions src/Jaeger/Codec/TextCodec.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
use const Jaeger\BAGGAGE_HEADER_PREFIX;
use const Jaeger\DEBUG_ID_HEADER_KEY;

use function Phlib\base_convert;

class TextCodec implements CodecInterface
{
private $urlEncoding;
Expand Down
2 changes: 0 additions & 2 deletions src/Jaeger/Codec/ZipkinCodec.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
use const Jaeger\DEBUG_FLAG;
use const Jaeger\SAMPLED_FLAG;

use function Phlib\base_convert;

class ZipkinCodec implements CodecInterface
{
const SAMPLED_NAME = 'X-B3-Sampled';
Expand Down

0 comments on commit 7eac86c

Please sign in to comment.