- Issue created by @MrDaleSmith
- Status changed to Closed: outdated
15 days ago 12:02pm 19 March 2025 - 🇬🇧United Kingdom MrDaleSmith
This issue is resolve in an MR in https://www.drupal.org/project/ai/issues/3513409 🐛 Warning: Undefined array key "#entity" in Drupal\ai_translate\Form\AiTranslateForm Active
- 🇬🇧United Kingdom lukus
I'm using PHP 8.x and I get a type mismatch in
Drupal\ai_translate\Controller\ContentTranslationControllerOverride
as it seems one of the overridden class' properties no longer matches the property type of the class it's extending:protected TimeInterface $time;
vs
protected ?TimeInterface $time;
- 🇬🇧United Kingdom MrDaleSmith
This issue is closed so you'd need to check the parent issue; I believe its already been fixed there although this may be a new bug.