Problem/Motivation
A number of functions have implicit nullable values, which must be explicit for PHP 8.4.
Steps to reproduce
Set your php version to 8.4
Install the module
Run drush cr
Proposed resolution
Update function signatures in multiple classes to be explicitly ?[type] $[variable] = NULL
Additionally update code to take advantage of PHP strict typing and state-of-the-art PHP standards
Issue fork block_visibility_groups-3590939
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 #2
chris dart commentedComment #4
fizcs3 commentedFyi there is another PHP 8.4 fix task whose fixes were committed to dev after 2.0.4 but not yet released...