Skip to content

Commit

Permalink
fix: add return types
Browse files Browse the repository at this point in the history
  • Loading branch information
millnut committed Nov 24, 2024
1 parent adff010 commit 7c7a27b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public function __construct(CurrentPathStack $current_path_stack) {
/**
* {@inheritdoc}
*/
public static function getSubscribedEvents() {
public static function getSubscribedEvents(): array {
return [
PageHeaderDisplayEvent::EVENT_NAME => ['setPageHeader', 0],
];
Expand Down

0 comments on commit 7c7a27b

Please sign in to comment.