Skip to content

Commit 02275ed

Browse files
committed
Fix overwriting an array element
1 parent c87b96d commit 02275ed

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Extension/Core/Type/WeekType.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ public function buildForm(FormBuilderInterface $builder, array $options)
4242
} else {
4343
$yearOptions = $weekOptions = [
4444
'error_bubbling' => true,
45-
'empty_data' => '',
4645
];
4746
// when the form is compound the entries of the array are ignored in favor of children data
4847
// so we need to handle the cascade setting here

0 commit comments

Comments
 (0)