Completed
Push — master ( 0dd13d...744a89 )
by
unknown
15:17
created
Controller/UsersController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,6 @@
 block discarded – undo
20 20
 use Symfony\Component\DependencyInjection\ContainerInterface;
21 21
 use Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface;
22 22
 use Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface;
23
-use Modera\BackendSecurityBundle\Service\MailService;
24 23
 
25 24
 /**
26 25
  * @author    Sergei Vizel <[email protected]>
Please login to merge, or discard this patch.
Tests/Unit/Controller/UsersControllerTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 use Modera\BackendSecurityBundle\Controller\UsersController;
7 7
 use Modera\BackendSecurityBundle\ModeraBackendSecurityBundle;
8 8
 use Modera\SecurityBundle\Entity\User;
9
-use Modera\SecurityBundle\PasswordStrength\PasswordGenerator;
10 9
 use Modera\SecurityBundle\PasswordStrength\PasswordManager;
11 10
 use Symfony\Bridge\Doctrine\RegistryInterface;
12 11
 use Symfony\Component\DependencyInjection\ContainerInterface;
Please login to merge, or discard this patch.