mirror of
https://github.com/StarCitizenTools/mediawiki-extensions-TabberNeue.git
synced 2024-11-23 16:06:45 +00:00
docs: fix incorrect return type
This commit is contained in:
parent
b0670f5df8
commit
40fe7d2e52
|
@ -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 {
|
||||
|
|
|
@ -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 = [];
|
||||
|
|
Loading…
Reference in a new issue