- Issue created by @beloglazov91
- Assigned to dhruv.mittal
I agree that Nullable types must be explicit.
And changes looks fine so marking it 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)
Active
1.0
Code
I agree that Nullable types must be explicit.
And changes looks fine so marking it to RTBC