Problem/Motivation
PHP 8.4 has deprecated implicit nullable types.
Steps to reproduce
Use in a PHP 8.4 environment
Proposed resolution
Use explicit nullable types (compatible with PHP 7.1+ so no compatibility concerns given Drupal core PHP minimums)
Issue fork name-3492423
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
nickdickinsonwildeComment #5
bluegeek9 commentedI found another implicit nullable. I think the changes looks good.
Comment #6
liam morlandLooks good.
This change is not seen by PHP as a change in function signatures.
Comment #7
liam morlandComment #9
liam morland