- Issue created by @Martygraphie
- 🇷🇪Réunion Martygraphie Saint-Denis (Réunion)
Sorry, I was on version 1.3 and this has been corrected on the dev version.
I close the issue
Currently the module has 2 deprecations on PHP 8.4, they are simple fixes.
PHP Deprecated: userprotect_entity_field_access(): Implicitly marking parameter $items as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/web/modules/contrib/userprotect/userprotect.module on line 121
Deprecated: userprotect_entity_field_access(): Implicitly marking parameter $items as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/web/modules/contrib/userprotect/userprotect.module on line 121
PHP 8.4 has deprecated implicit nullable types.
Run module in a PHP 8.4 environment
Active
1.0
Code
Sorry, I was on version 1.3 and this has been corrected on the dev version.
I close the issue