In PHP 8.1 and higher, passing a null value to a type-hinted function parameter that hasn’t been explicitly marked as “nullable” is deprecated.
This issue typically arises when using legacy extensions on newer PHP environments (such as PHP 8.1, 8.2, or 8.4) where the code is no longer compatible with stricter type-handling.
So, this err...
