You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PHP 8.4 has deprecated implicitly marking parameters as nullable.
vendor/promphp/prometheus_client_php/src/Prometheus/RegistryInterface.php:94 Prometheus\RegistryInterface::registerHistogram(): Implicitly marking parameter $buckets as nullable is deprecated, the explicit nullable type must be used instead
These deprecation warnings could be fixed like this I think:
Description
PHP 8.4 has deprecated implicitly marking parameters as nullable.
vendor/promphp/prometheus_client_php/src/Prometheus/RegistryInterface.php:94 Prometheus\RegistryInterface::registerHistogram(): Implicitly marking parameter $buckets as nullable is deprecated, the explicit nullable type must be used instead
These deprecation warnings could be fixed like this I think:
Support for nullable types has been around since PHP 7.1.
Links
The text was updated successfully, but these errors were encountered: