phpcs: remove some unneeded suppressions
Were not removed in doc review following creation of hook interfaces. Fix line length where needed Change-Id: I2eafffcf3a1c40d0f5613a893c53e0aa14eed6a2
This commit is contained in:
parent
3448f20ab9
commit
5e2d63b205
7 changed files with 2 additions and 8 deletions
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
namespace MediaWiki\Hook;
|
||||
|
||||
// phpcs:disable Generic.Files.LineLength -- Remove this after doc review
|
||||
/**
|
||||
* This is a hook handler interface, see docs/Hooks.md.
|
||||
* Use the hook name "MaintenanceUpdateAddParams" to register handlers implementing this interface.
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
namespace MediaWiki\Storage\Hook;
|
||||
|
||||
// phpcs:disable Generic.Files.LineLength -- Remove this after doc review
|
||||
use CommentStoreComment;
|
||||
use Content;
|
||||
use StatusValue;
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
namespace MediaWiki\Storage\Hook;
|
||||
|
||||
// phpcs:disable Generic.Files.LineLength -- Remove this after doc review
|
||||
use DeferrableUpdate;
|
||||
use MediaWiki\Revision\RenderedRevision;
|
||||
use Title;
|
||||
|
|
|
|||
|
|
@ -2,12 +2,12 @@
|
|||
|
||||
namespace MediaWiki\Api\Hook;
|
||||
|
||||
// phpcs:disable Generic.Files.LineLength -- Remove this after doc review
|
||||
use ApiQueryWatchlist;
|
||||
|
||||
/**
|
||||
* This is a hook handler interface, see docs/Hooks.md.
|
||||
* Use the hook name "ApiQueryWatchlistPrepareWatchedItemQueryServiceOptions" to register handlers implementing this interface.
|
||||
* Use the hook name "ApiQueryWatchlistPrepareWatchedItemQueryServiceOptions"
|
||||
* to register handlers implementing this interface.
|
||||
*
|
||||
* @stable to implement
|
||||
* @ingroup Hooks
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
namespace MediaWiki\Content\Hook;
|
||||
|
||||
// phpcs:disable Generic.Files.LineLength -- Remove this after doc review
|
||||
/**
|
||||
* This is a hook handler interface, see docs/Hooks.md.
|
||||
* Use the hook name "GetContentModels" to register handlers implementing this interface.
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
namespace MediaWiki\Page\Hook;
|
||||
|
||||
// phpcs:disable Generic.Files.LineLength -- Remove this after doc review
|
||||
use Title;
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
namespace MediaWiki\Page\Hook;
|
||||
|
||||
// phpcs:disable Generic.Files.LineLength -- Remove this after doc review
|
||||
use DeferrableUpdate;
|
||||
use MediaWiki\Revision\RevisionRecord;
|
||||
use Title;
|
||||
|
|
|
|||
Loading…
Reference in a new issue