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

Command icon 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

chris dart created an issue. See original summary.

chris dart’s picture

Issue summary: View changes

fizcs3’s picture

Fyi there is another PHP 8.4 fix task whose fixes were committed to dev after 2.0.4 but not yet released...