countries icon indicating copy to clipboard operation
countries copied to clipboard

PHP 8.4 Deprecation Warning: Implicitly Nullable Parameter

Open SlavaChuvalskyi opened this issue 1 year ago • 1 comments

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

SlavaChuvalskyi avatar Mar 03 '25 01:03 SlavaChuvalskyi

This should be resolved in v9.1.0 👍🏻

owenvoke avatar Jul 28 '25 09:07 owenvoke