TimelessVariablesModule: clean up constructor indentation

Change-Id: I40c7393d1778a05f05bb8a384883550e47f3eacb
isekai
DannyS712 4 years ago
parent 55679f8155
commit eb971c2d91

@ -8,15 +8,15 @@ class TimelessVariablesModule extends ResourceLoaderSkinModule {
* @inheritDoc
*/
public function __construct(
array $options = [],
$localBasePath = null,
$remoteBasePath = null
array $options = [],
$localBasePath = null,
$remoteBasePath = null
) {
if ( version_compare( MW_VERSION, '1.36', '<' ) ) {
$options['features'] = [ "logo", "legacy" ];
}
if ( version_compare( MW_VERSION, '1.36', '<' ) ) {
$options['features'] = [ "logo", "legacy" ];
}
parent::__construct( $options, $localBasePath, $remoteBasePath );
parent::__construct( $options, $localBasePath, $remoteBasePath );
}
/**

Loading…
Cancel
Save