Skip to content
Snippets Groups Projects

Automated Project Update Bot fixes

Open project update bot requested to merge issue/dfm-3448659:project-update-bot-only into 2.x
3 files
+ 6
6
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -15,7 +15,7 @@ class DfmSubscriber implements EventSubscriberInterface {
/**
* {@inheritdoc}
*/
public static function getSubscribedEvents() {
public static function getSubscribedEvents(): array {
$events[KernelEvents::REQUEST][] = ['requestInit'];
return $events;
}
Loading