Commit 82d4a9e9 authored by João Ventura's avatar João Ventura Committed by João Ventura
Browse files

Issue #3315263 by jcnventura: Coding standards

parent 1b536a06
Loading
Loading
Loading
Loading
+2 −0
Changes for src/Form/OpenIDConnectSettingsForm.php: 2 added lines, 0 removed lines.
Original line number Diff line number Diff line
@@ -187,6 +187,7 @@ class OpenIDConnectSettingsForm extends ConfigFormBase {
    unset($roles['authenticated']);
    $role_mappings = $settings->get('role_mappings');

    // phpcs:disable Drupal.Arrays.Array.ArrayIndentation
    $form['role_mappings'] = [
      '#title' => 'EXPERIMENTAL - ' . $this->t('User role mapping'),
      '#type' => 'fieldset',
@@ -194,6 +195,7 @@ class OpenIDConnectSettingsForm extends ConfigFormBase {
                        $this->t("<br/><strong>Note:</strong> The module will not update user roles with no mapped external groups. If all mappings to one of the roles are removd, users will keep that role until it is removed in the Drupal user administration."),
      '#tree' => TRUE,
    ];
    // phpcs:enable

    foreach ($roles as $role_id => $role) {
      $default = '';
+1 −1

File changed.

Contains only whitespace changes.