Completed
Push — symfony5 ( 5191aa )
by
unknown
25:05
created
eZ/Bundle/EzPublishDebugBundle/Twig/DebugTemplate.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@
 block discarded – undo
9 9
 namespace eZ\Bundle\EzPublishDebugBundle\Twig;
10 10
 
11 11
 use Symfony\Component\Filesystem\Filesystem;
12
-use Twig\Source;
13 12
 use Twig\Template;
14 13
 
15 14
 /**
Please login to merge, or discard this patch.
eZ/Publish/Core/MVC/Symfony/Security/Tests/InteractiveLoginTokenTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 use eZ\Publish\Core\MVC\Symfony\Security\InteractiveLoginToken;
12 12
 use eZ\Publish\Core\MVC\Symfony\Security\UserInterface;
13 13
 use PHPUnit\Framework\TestCase;
14
-use Symfony\Component\Security\Core\Role\Role;
15 14
 
16 15
 class InteractiveLoginTokenTest extends TestCase
17 16
 {
Please login to merge, or discard this patch.