mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-20 09:05:52 +02:00
Fixed static analysis issue.
This commit is contained in:
parent
916f38b5c3
commit
9b8b0a978d
2 changed files with 0 additions and 2 deletions
|
@ -35,7 +35,6 @@
|
|||
<MissingReturnType errorLevel="info"/>
|
||||
<MissingPropertyType errorLevel="info"/>
|
||||
<InvalidDocblock errorLevel="info"/>
|
||||
<MisplacedRequiredParam errorLevel="info"/>
|
||||
|
||||
<PropertyNotSetInConstructor errorLevel="info"/>
|
||||
<MissingConstructor errorLevel="info"/>
|
||||
|
|
|
@ -66,7 +66,6 @@ class PasswordResetManager
|
|||
{
|
||||
$this->em = $em;
|
||||
$this->mailer = $mailer;
|
||||
/** @var PasswordEncoderInterface passwordEncoder */
|
||||
$this->passwordEncoder = $encoderFactory->getEncoder(User::class);
|
||||
$this->translator = $translator;
|
||||
$this->userPasswordEncoder = $userPasswordEncoder;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue