Skip to content
Snippets Groups Projects
Commit 849b3ba3 authored by Karolina's avatar Karolina
Browse files

Issue #3288565: Fix phpcs errors

parent b1b63e1e
No related branches found
No related tags found
1 merge request!1Issue #3288565: Fix phpcs errors
......@@ -5,8 +5,8 @@
* Hook implementations for module menu_perms_per_menu.
*/
use Drupal\Core\Render\Element;
use Drupal\Core\Form\FormStateInterface;
use Drupal\Core\Render\Element;
/**
* Implements hook_form_FORM_ID_alter().
......
......@@ -2,11 +2,11 @@
namespace Drupal\menu_perms_per_menu\Access;
use Drupal\system\Entity\Menu;
use Drupal\Core\Access\AccessResult;
use Drupal\Core\Session\AccountInterface;
use Drupal\menu_link_content\Entity\MenuLinkContent;
use Drupal\Core\StringTranslation\StringTranslationTrait;
use Drupal\menu_link_content\Entity\MenuLinkContent;
use Drupal\system\Entity\Menu;
/**
* Provides permissions for each menu.
......
......@@ -2,12 +2,12 @@
namespace Drupal\Tests\menu_perms_per_menu\Kernel;
use Drupal\system\Entity\Menu;
use Drupal\KernelTests\KernelTestBase;
use Drupal\menu_link_content\Entity\MenuLinkContent;
use Drupal\system\Entity\Menu;
use Drupal\Tests\user\Traits\UserCreationTrait;
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\HttpFoundation\Response;
use Drupal\Tests\user\Traits\UserCreationTrait;
use Drupal\menu_link_content\Entity\MenuLinkContent;
/**
* Test permissions for module menu_perms_per_menu.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment