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 tmgmt-3492379
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
nickdickinsonwildeready for review
Comment #4
Anonymous (not verified) commentedI reviewed the MR
The changes look good
Explicit nullable types were used as suggested
Moving to RTBC+
Comment #5
philyMR!85 works for me using PHP 8.4.14, Drupal 11.3.1 and TMGMT 8.x-1.17
Comment #7
berdirTests are currently failing, but that's not the fault of this issue. Merged.