From 0a19c6bb4482fe847358af4e4abfd6cfd4b274aa Mon Sep 17 00:00:00 2001 From: tuutti Date: Thu, 20 Oct 2022 10:06:47 +0300 Subject: [PATCH] UHF-7126: phpcs fix --- tests/src/Kernel/ProxyManagerTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/src/Kernel/ProxyManagerTest.php b/tests/src/Kernel/ProxyManagerTest.php index 7146135..6f7e5bd 100644 --- a/tests/src/Kernel/ProxyManagerTest.php +++ b/tests/src/Kernel/ProxyManagerTest.php @@ -10,7 +10,6 @@ use Drupal\helfi_proxy\Selector\AbsoluteUriAttributeSelector; use Drupal\helfi_proxy\Selector\AttributeSelector; use Drupal\helfi_proxy\Selector\MultiValueAttributeSelector; -use Drupal\helfi_proxy\Selector\StringValue; use Drupal\KernelTests\KernelTestBase; use Symfony\Component\HttpFoundation\Request;