Skip to content
Snippets Groups Projects

Resolve #3428282 "Humans for boost"

Files

@@ -85,7 +85,7 @@ class BoostResponseSubscriber implements EventSubscriberInterface {
/**
* {@inheritdoc}
*/
public static function getSubscribedEvents() {
public static function getSubscribedEvents(): array {
return [
KernelEvents::REQUEST => [
['onRequest', 100],
Loading