Skip to content

Commit

Permalink
chore: grrrr phpcs, almost there
Browse files Browse the repository at this point in the history
  • Loading branch information
theus77 committed Oct 25, 2024
1 parent 4c79092 commit a512e61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions EMS/core-bundle/src/Form/DataField/AssetFieldType.php
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ public function buildView(FormView $view, FormInterface $form, array $options):
public function generateMapping(FieldType $current): array
{
$mapping = parent::generateMapping($current);

return [
$current->getName() => \array_merge([
'type' => 'nested',
Expand Down

0 comments on commit a512e61

Please sign in to comment.