Skip to content

Commit

Permalink
Fix: missing type hint in payment step
Browse files Browse the repository at this point in the history
  • Loading branch information
BeBlood committed Nov 12, 2024
1 parent 3f72d52 commit c511212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Step/Type/PaymentStepType.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public function buildNavigationStepForm(FormBuilderInterface $builder, array $op
return;
}

public function prepareNavigation(NavigatorInterface $navigator, array $options)
public function prepareNavigation(NavigatorInterface $navigator, array $options): array
{
if (!$navigator->getRequest()->query->has('transaction_id')) {
$options['prevent_next'] = true;
Expand Down

0 comments on commit c511212

Please sign in to comment.