Tags: DylanGD/instana-php-opentracing
Tags
fix method names for PHP<7 compatibility The methods - `InstanaSpanType::entry()`, - `InstanaSpanType::local()` and - `InstanaSpanType::exit()` have been renamed to - `InstanaSpanType::entryType()`, - `InstanaSpanType::localType()` and - `InstanaSpanType::exitType()` to provide compatibility with PHP < 7. Because the methods are API and introduce a BC break, I am bumping the version to 2.0.0.