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 9efce86 commit 4712210Copy full SHA for 4712210
Extension/Core/EventListener/ResizeFormListener.php
@@ -96,10 +96,6 @@ public function preSubmit(FormEvent $event)
96
$form = $event->getForm();
97
$data = $event->getData();
98
99
- if (null === $data || '' === $data) {
100
- $data = array();
101
- }
102
-
103
if (!is_array($data) && !($data instanceof \Traversable && $data instanceof \ArrayAccess)) {
104
$data = array();
105
}
0 commit comments