8.17.2: Implicitely nullable type fix
- Fixed implicitely nullable type warnings for parameters with non-
constant expressions (e.g.$param= new Handle(0)
) in PHP 8.4, see
https://wiki.php.net/rfc/deprecate-implicitly-nullable-types
(@thekid)
$param= new Handle(0)
) in PHP 8.4, see