Skip to content
Snippets Groups Projects

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

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -95,7 +95,7 @@ class Quicktabs extends StylePluginBase {
/**
* Get the set mapping.
*/
public function getSetMapping(): bool {
public function getSetMapping(): array {
return $this->setMapping;
}
Loading