- Issue created by @dieterholvoet
When using PHP 8.4, the following deprecation notice is displayed:
: Drupal\enum_field\Plugin\Field\FieldType\EnumItemTrait::getSettableOptions(): Implicitly marking parameter $account as nullable is deprecated, the explicit nullable type must be used instead in on line
Make the argument type nullable.
Active
1.0
Code