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)

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

bernardopaulino created an issue. See original summary.

baikho’s picture

Status: Active » Needs review

@maintainers can someone please publish the 8.x-1.x dev branch?

baikho’s picture

Status: Needs review » Reviewed & tested by the community