opentracing / opentracing-php

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

Update phpdoc for Tracer::startActiveSpan() and Tracer::startSpan() #70

Closed ellisv closed 6 years ago

ellisv commented 6 years ago

Change a phpdoc by adjusting that startActive() also must use ScopeManager::getActive() span whenever ignore_active_span is false and child_of is not explicitly set.

Changed phpdoc is also validated against phpdoc.org generator.