ci: lint code to MediaWiki standards

Check commit and GitHub actions for more details
This commit is contained in:
github-actions 2022-05-22 19:08:18 +00:00
parent cb6795de0a
commit 0256103668
2 changed files with 1 additions and 2 deletions

View file

@ -29,7 +29,6 @@ use MediaWiki\MediaWikiServices;
use MWException;
use Skin;
use SpecialPage;
use Title;
use User;
/**

View file

@ -37,7 +37,7 @@ final class Theme extends Partial {
* @param array &$options
*/
public function setSkinTheme( array &$options ) {
$out = $this->out;
$out = $this->out;
// Set theme to site theme
$theme = $this->getConfigValue( 'CitizenThemeDefault' ) ?? 'auto';