geographer icon indicating copy to clipboard operation
geographer copied to clipboard

Fix Deprecated Warnings in PHP 8.4 for Implicitly Nullable Parameters

Open MathHRM opened this issue 1 year ago • 0 comments

PHP 8.4 introduces a deprecation warning when a parameter is defined with a default null value but is not explicitly declared as nullable

MathHRM avatar Feb 08 '25 13:02 MathHRM