Starting from PHP 8.4, usage of null as a default value for a parameter without declaring null in the type declaration is deprecated.
null
See Deprecate implicitly nullable parameter types for details.