Closed jay-knight closed 1 week ago
In PHP 8.4, implicitly nullable function parameters are deprecated. This change makes those explicitly nullable by prepending a ? so that the tests pass with no deprecation warnings.
?
In PHP 8.4, implicitly nullable function parameters are deprecated. This change makes those explicitly nullable by prepending a
?
so that the tests pass with no deprecation warnings.