ci: lint code to MediaWiki standards

Check commit and GitHub actions for more details
This commit is contained in:
github-actions 2022-06-05 19:14:03 +00:00
parent 9535181261
commit 05cfd51669

View file

@ -80,7 +80,7 @@ class TabberTransclude {
* @param string $tab Tab information * @param string $tab Tab information
* @param Parser $parser Mediawiki Parser Object * @param Parser $parser Mediawiki Parser Object
* @param PPFrame $frame Mediawiki PPFrame 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 * @return string HTML
*/ */