From cafae3d79a2f8e711711d617f570c407cf7f48a1 Mon Sep 17 00:00:00 2001 From: Mike Michalak <michalakxw@protonmail.com> Date: Wed, 19 Mar 2025 10:25:28 -0500 Subject: [PATCH] 3514046: type error --- src/Plugin/views/style/Quicktabs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Plugin/views/style/Quicktabs.php b/src/Plugin/views/style/Quicktabs.php index d24fd66..32c754f 100644 --- a/src/Plugin/views/style/Quicktabs.php +++ b/src/Plugin/views/style/Quicktabs.php @@ -95,7 +95,7 @@ class Quicktabs extends StylePluginBase { /** * Get the set mapping. */ - public function getSetMapping(): bool { + public function getSetMapping(): array { return $this->setMapping; } -- GitLab