We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4cc9e8e + 9f09309 commit 3ce612dCopy full SHA for 3ce612d
src/EventSubscriber/PageHeaderSubscriber.php
@@ -16,7 +16,7 @@ class PageHeaderSubscriber implements EventSubscriberInterface {
16
/**
17
* {@inheritdoc}
18
*/
19
- public static function getSubscribedEvents() {
+ public static function getSubscribedEvents(): array {
20
return [
21
PageHeaderDisplayEvent::EVENT_NAME => ['setPageHeader', 0],
22
];
0 commit comments