From 05cfd51669c048b097c59b5e23a16b0043edc8cb Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 5 Jun 2022 19:14:03 +0000 Subject: [PATCH] ci: lint code to MediaWiki standards Check commit and GitHub actions for more details --- includes/TabberTransclude.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/TabberTransclude.php b/includes/TabberTransclude.php index ea37b15..95ce63d 100644 --- a/includes/TabberTransclude.php +++ b/includes/TabberTransclude.php @@ -80,7 +80,7 @@ class TabberTransclude { * @param string $tab Tab information * @param Parser $parser Mediawiki Parser Object * @param PPFrame $frame Mediawiki PPFrame Object - * @param bool $selected The tab is the selected one + * @param bool &$selected The tab is the selected one * * @return string HTML */