Skip to content
Snippets Groups Projects

Automated Project Update Bot fixes

Open project update bot requested to merge issue/ruac-3459670:project-update-bot-only into 1.0.x
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -34,7 +34,7 @@ class UrlAccessControlSubscriber implements EventSubscriberInterface {
/**
* {@inheritdoc}
*/
public static function getSubscribedEvents() {
public static function getSubscribedEvents(): array {
// Subscribe to the KernelEvents::REQUEST event with priority 30.
$events[KernelEvents::REQUEST][] = ['onKernelRequest', 30];
return $events;
Loading