Skip to content
Snippets Groups Projects
Commit c28095f1 authored by Björn Brala's avatar Björn Brala
Browse files

Add missing return type

parent 7bf2bf95
Branches
Tags
No related merge requests found
......@@ -38,7 +38,7 @@ public function onRespond(ResponseEvent $event) {
}
}
public static function getSubscribedEvents() {
public static function getSubscribedEvents(): array {
/**
* Either Drupal\Tests\page_cache\Functional\PageCacheVaryTest::testPageCacheWithVary
* fails or Drupal\Tests\language\Functional\LanguageBrowserDetectionAcceptLanguageTest::testAcceptLanguageEmptyDefault
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment