Commit 83baa5cd authored by beagaliana's avatar beagaliana
Browse files

Issue #3263365: Fix Coding standards

parent 36384f16
Loading
Loading
Loading
Loading
+1 −10
Original line number Diff line number Diff line
<?php

/**
 * @file
 * Contains \Drupal\whatsapp\Form\WhatsappSettingsForm.
 */

namespace Drupal\whatsapp\Form;

use Drupal\Core\Config\ConfigFactoryInterface;
use Drupal\Core\Extension\ModuleHandlerInterface;
use Drupal\Core\Form\ConfigFormBase;
use Drupal\Core\Form\FormStateInterface;
use Drupal\Core\Routing\RedirectDestinationInterface;
use Drupal\Core\Url;
use Symfony\Component\DependencyInjection\ContainerInterface;

/**
 * Configure WhatsApp module settings.
@@ -68,4 +58,5 @@ class WhatsappSettingsForm extends ConfigFormBase {

    parent::submitForm($form, $form_state);
  }

}
+0 −1
Original line number Diff line number Diff line
@@ -6,7 +6,6 @@ use Drupal\Core\Block\BlockBase;
use Drupal\Core\Cache\Cache;
use Drupal\Core\Config\ConfigFactoryInterface;
use Drupal\key\KeyRepository;
use Drupal\key\Key;
use Drupal\Core\Plugin\ContainerFactoryPluginInterface;
use Symfony\Component\DependencyInjection\ContainerInterface;