Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecations after upgrading to PHP 8.4 #230

Open
wesolydexter opened this issue Dec 4, 2024 · 0 comments
Open

Deprecations after upgrading to PHP 8.4 #230

wesolydexter opened this issue Dec 4, 2024 · 0 comments

Comments

@wesolydexter
Copy link

PHP 8.4: Implicitly nullable parameter declarations deprecated.

Zipkin\RealSpan::start(): Implicitly marking parameter $timestamp as nullable is deprecated, the explicit nullable type must be used instead in vendor/openzipkin/zipkin/src/Zipkin/RealSpan.php line 55

Deprecated: Zipkin\Tracer::nextSpanWithSampler(): Implicitly marking parameter $contextOrFlags as nullable is deprecated, the explicit nullable type must be used instead in /srv/api/vendor/openzipkin/zipkin/src/Zipkin/Tracer.php on line 230

Deprecated: Zipkin\Tracer::nextSpan(): Implicitly marking parameter $contextOrFlags as nullable is deprecated, the explicit nullable type must be used instead in /srv/api/vendor/openzipkin/zipkin/src/Zipkin/Tracer.php on line 196

and more...

https://php.watch/versions/8.4/implicitly-marking-parameter-type-nullable-deprecated

It would be great to fix this 😅

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant