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
I have identified this deprecation warning thrown when using with PHP 8.4 RKA\Middleware\IpAddress::__construct(): Implicitly marking parameter $trustedProxies as nullable is deprecated, the explicit nullable type must be used instead.
I have identified this deprecation warning thrown when using with PHP 8.4
RKA\Middleware\IpAddress::__construct(): Implicitly marking parameter $trustedProxies as nullable is deprecated, the explicit nullable type must be used instead
.This is the RFC where this was proposed https://wiki.php.net/rfc/deprecate-implicitly-nullable-types
The solution implies implicitly marking parameters as nullable when they have
null
as default value.I'm happy to provide a PR addressing these warnings and adding PHP 8.4 to the pipeline.
The text was updated successfully, but these errors were encountered: