@@ -293,7 +293,7 @@ |
||
293 | 293 | } |
294 | 294 | |
295 | 295 | /** |
296 | - * @return array |
|
296 | + * @return string[] |
|
297 | 297 | */ |
298 | 298 | private static function getTablesClasses() |
299 | 299 | { |
@@ -293,7 +293,7 @@ |
||
293 | 293 | } |
294 | 294 | |
295 | 295 | /** |
296 | - * @return array |
|
296 | + * @return string[] |
|
297 | 297 | */ |
298 | 298 | private static function getTablesClasses() |
299 | 299 | { |
@@ -20,7 +20,6 @@ |
||
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]> |
@@ -52,7 +52,7 @@ |
||
52 | 52 | |
53 | 53 | /** |
54 | 54 | * @param User $user |
55 | - * @param $plainPassword |
|
55 | + * @param string $plainPassword |
|
56 | 56 | * |
57 | 57 | * @return array|bool |
58 | 58 | */ |
@@ -6,7 +6,6 @@ |
||
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; |