docs: fix incorrect return type

This commit is contained in:
alistair3149 2024-11-16 02:46:49 -05:00 committed by alistair3149
parent b0670f5df8
commit 40fe7d2e52
2 changed files with 2 additions and 2 deletions

View file

@ -194,7 +194,7 @@ class Tabber {
* @param Parser $parser Mediawiki Parser Object
* @param PPFrame $frame Mediawiki PPFrame Object
*
* @return array<string, string>
* @return array
* @throws MWException
*/
private static function getTabData( string $tab, int $count, Parser $parser, PPFrame $frame ): array {

View file

@ -96,7 +96,7 @@ class TabberTransclude {
*
* @param string $tab tab wikitext
*
* @return array<string, string>
* @return array
*/
private static function getTabData( string $tab ): array {
$data = [];