Skip to content
Snippets Groups Projects
Commit ba4adb39 authored by morgannc's avatar morgannc Committed by João Ventura
Browse files

Issue #3419481 by morgannc, jcnventura: Compatibility with coding standards

parent da573ae7
No related branches found
No related tags found
1 merge request!13Run and fix phpcs coding standard
......@@ -5,10 +5,10 @@
* Core file of the Menu Link Attributes module.
*/
use Drupal\menu_link_content\MenuLinkContentInterface;
use Drupal\Core\Form\FormStateInterface;
use Drupal\Component\Utility\Unicode;
use Drupal\Core\Form\FormStateInterface;
use Drupal\Core\Url;
use Drupal\menu_link_content\MenuLinkContentInterface;
/**
* Implements hook_form_BASE_FORM_ID_alter().
......
......@@ -2,12 +2,12 @@
namespace Drupal\menu_link_attributes\Form;
use Drupal\Core\Form\ConfigFormBase;
use Drupal\Core\Form\FormStateInterface;
use Drupal\Component\Serialization\Exception\InvalidDataTypeException;
use Drupal\Component\Serialization\Yaml;
use Drupal\Core\Config\ConfigFactoryInterface;
use Drupal\Core\Extension\ModuleHandlerInterface;
use Drupal\Core\Form\ConfigFormBase;
use Drupal\Core\Form\FormStateInterface;
use Symfony\Component\DependencyInjection\ContainerInterface;
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment