From 06e9662cfd16b8b14b0f4176010c3734210c5c0e Mon Sep 17 00:00:00 2001 From: Project-Update-bot <updatebot@assosiation.drupal.org> Date: Sun, 20 Apr 2025 11:04:39 +0000 Subject: [PATCH] Automated Project Update Bot fixes from run 11-477325. --- src/EventSubscriber/CheckTwofactorSubscriber.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/EventSubscriber/CheckTwofactorSubscriber.php b/src/EventSubscriber/CheckTwofactorSubscriber.php index 2261f74..8f5ed5d 100644 --- a/src/EventSubscriber/CheckTwofactorSubscriber.php +++ b/src/EventSubscriber/CheckTwofactorSubscriber.php @@ -25,7 +25,7 @@ class CheckTwofactorSubscriber implements EventSubscriberInterface { /** * {@inheritdoc} */ - static function getSubscribedEvents() { + static function getSubscribedEvents(): array { $events[KernelEvents::REQUEST][] = array('checkTwofactor'); return $events; } -- GitLab