mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-10 10:24:31 +02:00
Fixed PHPStan issues.
This commit is contained in:
parent
b3a459bdc0
commit
90d3032924
4 changed files with 4 additions and 4 deletions
|
@ -78,10 +78,10 @@ final class RegisterU2FSubscriber implements EventSubscriberInterface
|
|||
|
||||
public function __construct(UrlGeneratorInterface $router, EntityManagerInterface $entityManager, SessionInterface $session, EventDispatcherInterface $eventDispatcher, bool $demo_mode)
|
||||
{
|
||||
/** @var Session $session */
|
||||
$this->router = $router;
|
||||
$this->em = $entityManager;
|
||||
$this->demo_mode = $demo_mode;
|
||||
/** @var Session $session */
|
||||
$this->flashBag = $session->getFlashBag();
|
||||
$this->eventDispatcher = $eventDispatcher;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue