countries
countries copied to clipboard
PHP 8.4 Deprecation Warning: Implicitly Nullable Parameter
Receiving a PHP deprecation warning related to the filter() method in Rinvex\Country\CountryLoader. The issue occurs due to an implicitly nullable parameter, which needs an explicit nullable type.
Error message: NOTICE: PHP message: PHP Deprecated: Rinvex\Country\CountryLoader::filter(): Implicitly marking parameter $callback as nullable is deprecated, the explicit nullable type must be used instead in /app/src/php/vendor/rinvex/countries/src/CountryLoader.php on line 125
This should be resolved in v9.1.0 👍🏻