Skip to content
Snippets Groups Projects

Issue #3229566: Standardize coding standard for string indentation

4 files
+ 6
6
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -92,8 +92,8 @@ class Settings extends ConfigFormBase {
@@ -92,8 +92,8 @@ class Settings extends ConfigFormBase {
'#title' => $this->t('Shopping context group type'),
'#title' => $this->t('Shopping context group type'),
'#description' => $this->t(
'#description' => $this->t(
'The groups that will be the available shopping contexts for an
'The groups that will be the available shopping contexts for an
authenticated user will be the ones that are of the selected group type
authenticated user will be the ones that are of the selected group type
and that the user is a member of.'
and that the user is a member of.'
),
),
'#options' => EntityHelper::extractLabels($group_types),
'#options' => EntityHelper::extractLabels($group_types),
'#default_value' => $config->get('group_context.group_type'),
'#default_value' => $config->get('group_context.group_type'),
@@ -166,7 +166,7 @@ class Settings extends ConfigFormBase {
@@ -166,7 +166,7 @@ class Settings extends ConfigFormBase {
'#title' => $this->t('Allow personal shopping context'),
'#title' => $this->t('Allow personal shopping context'),
'#description' => $this->t(
'#description' => $this->t(
'Allowing personal shopping context will permit users to make purchases
'Allowing personal shopping context will permit users to make purchases
for themselves i.e. outside of the context of a group.'
for themselves i.e. outside of the context of a group.'
),
),
'#default_value' => $settings['status'],
'#default_value' => $settings['status'],
];
];
Loading