We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1ea60c commit 0dd824eCopy full SHA for 0dd824e
Extension/Core/EventListener/ResizeFormListener.php
@@ -52,11 +52,7 @@ public static function getSubscribedEvents(): array
52
];
53
}
54
55
- /**
56
- *
57
- * @final since Symfony 7.2
58
- */
59
- public function postSetData(PostSetDataEvent $event): void
+ final public function postSetData(PostSetDataEvent $event): void
60
{
61
$form = $event->getForm();
62
$data = $event->getData() ?? [];
0 commit comments