Skip to content

Commit

Permalink
fix phpcs PIWOO-454
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaymo committed Apr 11, 2024
1 parent dc1b403 commit 4f71e10
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Settings/General/MollieGeneralSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public function gatewayFormFields(
),
'default' => 'yes',
],
'display'=>[
'display' => [
'id' => $defaultTitle . '_' . 'title',
'title' => sprintf(
/* translators: Placeholder 1: Gateway title */
Expand Down Expand Up @@ -114,7 +114,7 @@ public function gatewayFormFields(
'default' => $defaultDescription,
'desc_tip' => true,
],
'sales'=>[
'sales' => [
'id' => $defaultTitle . '_' . 'title',
'title' => sprintf(__(
'Sales countries',
Expand All @@ -132,7 +132,7 @@ public function gatewayFormFields(
'default' => [],
'type' => 'multi_select_countries',
],
'surcharge'=>[
'surcharge' => [
'id' => $defaultTitle . '_' . 'surcharge',
'title' => sprintf(
/* translators: Placeholder 1: Gateway title */
Expand Down Expand Up @@ -230,7 +230,7 @@ public function gatewayFormFields(
'default' => '0.00',
'desc_tip' => true,
],
'advanced' =>[
'advanced' => [
'id' => $defaultTitle . '_' . 'advanced',
'title' => sprintf(
/* translators: Placeholder 1: gateway title */
Expand Down

0 comments on commit 4f71e10

Please sign in to comment.