- Issue created by @nickdickinsonwilde
PHP 8.4 has deprecated implicit nullable types.
Use in a PHP 8.4 environment
Use explicit nullable types (compatible with PHP 7.1+ so no compatibility concerns given Drupal core PHP minimums)
NOTE: this will almost certainly break backwards compatibility with other modules that extend this given the number of changed function signatures. It may be worthwhile/necessary to create a new major release.
Active
1.0
General code