opentracing / opentracing-php

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

Remove unecessary additional OpenTracing directory from src/ and tests/ #65

Closed ellisv closed 4 years ago

ellisv commented 6 years ago

This PR removes one level of directory from src/ and tests/. E.g. src/OpenTracing/Span.php is moved to src/Span.php.

This change is backwards compatible and has no effect on namespaces.

piotrooo commented 5 years ago

@jcchavezs during my last changes this PR looks like covered.

sergeyklay commented 5 years ago

@piotrooo Could you please update your PR by adding a link to this one

piotrooo commented 5 years ago

@sergeyklay linking PR? Whats the reason?

sergeyklay commented 5 years ago

I suspect that using one pull request, you have closed/covered several issues/PRs. If so, it would be good to have references to things your PR has successfully closed.

piotrooo commented 4 years ago

@jcchavezs it's seems to good candidate to close .