opencensus-php icon indicating copy to clipboard operation
opencensus-php copied to clipboard

A couple of PHP 8.2 fixes

Open rlerdorf opened this issue 2 years ago • 2 comments

Avoid passing null to str_pad() and declare the missing fromHeader property in SpanContext.php

rlerdorf avatar Mar 10 '23 22:03 rlerdorf

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

google-cla[bot] avatar Mar 10 '23 22:03 google-cla[bot]

Tests are failing because they rely on phpspec/prophecy and that isn't in your composer.json but that is not related to my changes.

rlerdorf avatar Mar 10 '23 22:03 rlerdorf