Skip to content

Commit d0fc4f2

Browse files
committed
chore: Add todo
1 parent 9725030 commit d0fc4f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Form/Field/FieldFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public function create(
2929
AbstractBlock $block,
3030
array $data = [],
3131
): Field {
32-
// @todo: Move this to form field data sanitizer
32+
// @todo: Move this to form field data sanitizer or just some value object
3333
if (!isset($data['field_type']) || empty($data['field_type'])) {
3434
$data['field_type'] = 'input';
3535
}

0 commit comments

Comments
 (0)