mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 23:23:51 +00:00
cs: Enable more risky rules.
This commit is contained in:
@@ -150,7 +150,7 @@ class ChillUserSendRenewPasswordCodeCommand extends Command
|
||||
|
||||
protected function getUser($row)
|
||||
{
|
||||
/* @var $userRepository \Chill\MainBundle\Repository\UserRepository */
|
||||
/** @var \Chill\MainBundle\Repository\UserRepository $userRepository */
|
||||
$userRepository = $this->em->getRepository(User::class);
|
||||
|
||||
try {
|
||||
|
Reference in New Issue
Block a user