From 67ed392a26dd9388dd22ebe67a7e092c036b5ce0 Mon Sep 17 00:00:00 2001 From: David Grudl Date: Wed, 6 Mar 2024 11:00:24 +0100 Subject: [PATCH] partially revert "some classes marked as final (BC break)" This reverts commit 7dab8e3c170f79679e8e1b1c9e47b23d1bc7ea23. --- src/Forms/ControlGroup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Forms/ControlGroup.php b/src/Forms/ControlGroup.php index 974e862d0..215a5c659 100644 --- a/src/Forms/ControlGroup.php +++ b/src/Forms/ControlGroup.php @@ -15,7 +15,7 @@ /** * A user group of form controls. */ -final class ControlGroup +class ControlGroup { protected \WeakMap $controls; private array $options = [];