opentracing / opentracing-php

OpenTracing API for PHP
Apache License 2.0
505 stars 56 forks source link

FIX Invalid return for NoopTracer::startSpan #82

Closed fredipevcin closed 6 years ago

fredipevcin commented 6 years ago

Short description of what this PR does:

NoopTracer::startSpan was returning null instead of Span

Checklist

jcchavezs commented 6 years ago

Thanks @fredipevcin