Skip to content

Commit

Permalink
auto-fixed code style
Browse files Browse the repository at this point in the history
  • Loading branch information
grossmannmartin committed Jun 4, 2024
1 parent 2747f0a commit b3dad4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Form/GoogleProductFormType.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ public function buildForm(FormBuilderInterface $builder, array $options)
->addEventListener(FormEvents::POST_SET_DATA, function (FormEvent $event) {
// Setting default value of multidomain form "show" to true via event because of dynamic form count
$multidomainShowForm = $event->getForm()->get('show');

/** @var \Symfony\Component\Form\FormInterface $showForm */
foreach ($multidomainShowForm as $showForm) {
if ($showForm->getData() === null) {
Expand Down

0 comments on commit b3dad4f

Please sign in to comment.