Completed
Push — master ( 0dd13d...744a89 )
by
unknown
15:17
created
Tests/Functional/Controller/GroupsControllerTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -293,7 +293,7 @@
 block discarded – undo
293 293
     }
294 294
 
295 295
     /**
296
-     * @return array
296
+     * @return string[]
297 297
      */
298 298
     private static function getTablesClasses()
299 299
     {
Please login to merge, or discard this patch.
Tests/Functional/Controller/UsersControllerTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -293,7 +293,7 @@
 block discarded – undo
293 293
     }
294 294
 
295 295
     /**
296
-     * @return array
296
+     * @return string[]
297 297
      */
298 298
     private static function getTablesClasses()
299 299
     {
Please login to merge, or discard this patch.
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.
Service/MailService.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
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
      */
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.