Problem/Motivation
Running administeruserbyrole on PHP 8.4 results in PHP deprecation warning:
PHP Deprecated: administerusersbyrole_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/administerusersbyrole/administerusersbyrole.module on line 90
Proposed resolution
Update the argument to match hook_entity_field_access in Drupal 10 and Drupal 11.
Remaining tasks
Issue fork administerusersbyrole-3509253
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
mradcliffeComment #6
adamps commentedThanks