- Issue created by @themic8
- Merge request !363514046: TypeError, getSetMapping return value must be of type bool, array returned β (Merged) created by Unnamed author
This patch resolves a TypeError in
Quicktabs::getSetMapping()
by changing the return type from bool to array, ensuring it accurately reflects the actual return value ($this->setMapping), which is always an array; this prevents runtime error which was occuring by type mismatch, enforces strict type safety as required in PHP 7+ and PHP 8+
Hence, Moving the state of the issue to RTBC.- First commit to issue fork.
-
joelpittet β
committed f2dce76b on 4.0.x authored by
themic8 β
Issue #3514046: TypeError, getSetMapping return value must be of type...
-
joelpittet β
committed f2dce76b on 4.0.x authored by
themic8 β
- π¨π¦Canada joelpittet Vancouver
Thanks for catching that, I have committed the code.