We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
Thanks for bringing this up! This should be an easy fix
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: