From f1c661ce3d294dc3c2f2dec03038ef2e192e17e8 Mon Sep 17 00:00:00 2001 From: Valentin Guignon <v.guignon@cgiar.org> Date: Sat, 15 Feb 2025 22:09:00 +0000 Subject: [PATCH] Removed superfluous semicolon in ExternalEntityForm --- src/Form/ExternalEntityForm.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Form/ExternalEntityForm.php b/src/Form/ExternalEntityForm.php index 3c3f650..371c45e 100644 --- a/src/Form/ExternalEntityForm.php +++ b/src/Form/ExternalEntityForm.php @@ -174,7 +174,7 @@ class ExternalEntityForm extends ContentEntityForm { foreach ($widget_state['delete'] as $entity) { $entity->{EXTERNAL_ENTITIES_BYPASS_ANNOTATED_EXTERNAL_ENTITY_SAVE_PROPERTY} = TRUE; - }; + } } } -- GitLab