Skip to content
Snippets Groups Projects

Automated Project Update Bot fixes

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -25,7 +25,7 @@ class CheckTwofactorSubscriber implements EventSubscriberInterface {
/**
* {@inheritdoc}
*/
static function getSubscribedEvents() {
static function getSubscribedEvents(): array {
$events[KernelEvents::REQUEST][] = array('checkTwofactor');
return $events;
}
Loading