issues
search
opentracing
/
opentracing-php
OpenTracing API for PHP
Apache License 2.0
508
stars
56
forks
source link
fix MockSpan creation
#98
Closed
cawolf
closed
4 years ago
cawolf
commented
4 years ago
Short description of what this PR does:
adds a test for
startSpan()
with references
fixes the incompatibility mentioned in the issue
increases the phpstan level (this would have caught the issue as well)
Closes #91
jcchavezs
commented
4 years ago
Thanks a lot @cawolf
Short description of what this PR does:
startSpan()
with referencesCloses #91