Skip to content
Snippets Groups Projects
Commit f2dce76b authored by Michael Michalak's avatar Michael Michalak Committed by Joël Pittet
Browse files

Issue #3514046: TypeError, getSetMapping return value must be of type bool, array returned

parent a341a1ae
No related branches found
No related tags found
3 merge requests!363514046: TypeError, getSetMapping return value must be of type bool, array returned,!21Issue #3407343 Add theme template for loading animation/markup,!11Issue #3238148: Tabs still displayed even when empty
Pipeline #460459 passed with warnings
......@@ -95,7 +95,7 @@ class Quicktabs extends StylePluginBase {
/**
* Get the set mapping.
*/
public function getSetMapping(): bool {
public function getSetMapping(): array {
return $this->setMapping;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment