Skip to content

Commit

Permalink
partially revert "some classes marked as final (BC break)"
Browse files Browse the repository at this point in the history
This reverts commit 7dab8e3.
  • Loading branch information
dg committed Mar 6, 2024
1 parent b94c0ca commit 67ed392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Forms/ControlGroup.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
/**
* A user group of form controls.
*/
final class ControlGroup
class ControlGroup
{
protected \WeakMap $controls;
private array $options = [];
Expand Down

0 comments on commit 67ed392

Please sign in to comment.