Needs review
Project:
User mailman register
Version:
1.0.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
2 Mar 2026 at 22:11 UTC
Updated:
3 Mar 2026 at 00:08 UTC
Jump to comment: Most recent
Errors upon update to PHP 8.4:
Deprecated function: Drupal\user_mailman_register\Plugin\views\filter\ListDescriptions::init(): Implicitly marking parameter $options as nullable is deprecated, the explicit nullable type must be used instead in include() (line 576 of /path/to/vendor/composer/ClassLoader.php)
Deprecated function: Drupal\user_mailman_register\Form\AdminDeleteForm::buildForm(): Implicitly marking parameter $list as nullable is deprecated, the explicit nullable type must be used instead in include() (line 576 of /path/to/vendor/composer/ClassLoader.php).
Fix the type hints in those two files.
None
None
None
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
rclemings commented