- Issue created by @nickdickinsonwilde
- Status changed to RTBC
14 days ago 9:42am 14 April 2025
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)
Does change function signatures so may be best to have a new major version
Active
4.1
Code