- Issue created by @nickdickinsonwilde
- 🇮🇳India akulsaxena
I reviewed your MR and the changes seem fine
Appropriate PHPdocs were added
Moving to RTBC+
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
3.0
Code
I reviewed your MR and the changes seem fine
Appropriate PHPdocs were added
Moving to RTBC+