Skip to content
Snippets Groups Projects

Automated Project Update Bot fixes

4 files
+ 4
4
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -60,7 +60,7 @@ class RedirectSubscriber implements EventSubscriberInterface {
/**
* {@inheritdoc}
*/
public static function getSubscribedEvents() {
public static function getSubscribedEvents(): array {
$events[KernelEvents::RESPONSE][] = ['onResponse'];
return $events;
}
Loading