build: Updating mediawiki/mediawiki-codesniffer to 0.9.0
The following sniffs are failing and were disabled: * MediaWiki.Commenting.FunctionComment.MissingParamComment * MediaWiki.Commenting.FunctionComment.MissingParamName * MediaWiki.Commenting.FunctionComment.MissingParamTag * MediaWiki.Commenting.FunctionComment.MissingReturn * MediaWiki.Commenting.FunctionComment.ParamNameNoMatch * MediaWiki.Commenting.FunctionComment.WrongStyle * MediaWiki.FunctionComment.Missing.Public Change-Id: Ic8acf95cfd8edf88125128fe527e357fa5d0a8ec
This commit is contained in:
committed by
Umherirrender
parent
6f949161d8
commit
0e7d8a7a9d
@@ -13,9 +13,9 @@
|
||||
* @ingroup Maintenance
|
||||
*/
|
||||
|
||||
require_once ( getenv( 'MW_INSTALL_PATH' ) !== false
|
||||
require_once getenv( 'MW_INSTALL_PATH' ) !== false
|
||||
? getenv( 'MW_INSTALL_PATH' ) . '/maintenance/Maintenance.php'
|
||||
: __DIR__ . '/../../../maintenance/Maintenance.php' );
|
||||
: __DIR__ . '/../../../maintenance/Maintenance.php';
|
||||
|
||||
class ULSCompactLinksDisablePref extends Maintenance {
|
||||
public function __construct() {
|
||||
|
||||
Reference in New Issue
Block a user