Skip to content
New issue

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

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

Already on GitHub? # to your account

PHP 8.4 deprecations due to missing nullable types #1073

Open
kschroeer opened this issue Jan 4, 2025 · 1 comment
Open

PHP 8.4 deprecations due to missing nullable types #1073

kschroeer opened this issue Jan 4, 2025 · 1 comment

Comments

@kschroeer
Copy link

Since PHP 8.4, function parameters that are set to the default value "null" must be explicitly declared as a nullable type or "mixed".

The application is currently still running, but I receive a lot of deprecation messages that I actually don't want to suppress.

@bshaffer
Copy link
Owner

Thanks for bringing this up! This should be an easy fix

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

No branches or pull requests

2 participants