mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-08 09:24:32 +02:00
Fixed PHPstan issues.
This commit is contained in:
parent
36dfae52f2
commit
e72bc52e12
3 changed files with 4 additions and 2 deletions
|
@ -82,7 +82,7 @@ final class PasswordChangeNeededSubscriber implements EventSubscriberInterface
|
|||
public function __construct(Security $security, SessionInterface $session, HttpUtils $httpUtils)
|
||||
{
|
||||
$this->security = $security;
|
||||
/** @var $session Session */
|
||||
/** @var Session $session */
|
||||
$this->flashBag = $session->getFlashBag();
|
||||
$this->httpUtils = $httpUtils;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue