Skip to content
Snippets Groups Projects

Automated Project Update Bot fixes

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