forked from mirror/Part-DB.Part-DB-server
Fixed PHPstan issues.
This commit is contained in:
parent
36dfae52f2
commit
e72bc52e12
3 changed files with 4 additions and 2 deletions
|
@ -65,7 +65,7 @@ final class LoginSuccessSubscriber implements EventSubscriberInterface
|
|||
public function __construct(TranslatorInterface $translator, SessionInterface $session, EventLogger $eventLogger, bool $gpdr_compliance)
|
||||
{
|
||||
$this->translator = $translator;
|
||||
/** @var $session Session */
|
||||
/** @var Session $session */
|
||||
$this->flashBag = $session->getFlashBag();
|
||||
$this->eventLogger = $eventLogger;
|
||||
$this->gpdr_compliance = $gpdr_compliance;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue