Skip to content

Commit 3d97500

Browse files
committed
[Tests] fix psalm issue
1 parent 62725cd commit 3d97500

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/CoreShop/Bundle/CoreBundle/Form/Type/Checkout/PaymentType.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,9 @@ public function buildForm(FormBuilderInterface $builder, array $options): void
9393
continue;
9494
}
9595

96+
/**
97+
* @psalm-suppress ArgumentTypeCoercion
98+
*/
9699
$formBuilder = $builder->create(
97100
'paymentSettings',
98101
$this->formTypeRegistry->get($type, 'default'),

0 commit comments

Comments
 (0)