mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-24 16:18:00 +01:00
Fixed some inspection issues.
This commit is contained in:
@@ -46,7 +46,7 @@ final class SecurityEventLoggerSubscriber implements EventSubscriberInterface
|
||||
$this->eventLogger = $eventLogger;
|
||||
}
|
||||
|
||||
public static function getSubscribedEvents()
|
||||
public static function getSubscribedEvents(): array
|
||||
{
|
||||
return [
|
||||
SecurityEvents::U2F_ADDED => 'u2f_added',
|
||||
|
||||
Reference in New Issue
Block a user