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:
DannyS712 2021-02-17 16:14:57 +00:00
parent 3448f20ab9
commit 5e2d63b205
7 changed files with 2 additions and 8 deletions

View file

@ -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.

View file

@ -2,7 +2,6 @@
namespace MediaWiki\Storage\Hook;
// phpcs:disable Generic.Files.LineLength -- Remove this after doc review
use CommentStoreComment;
use Content;
use StatusValue;

View file

@ -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;

View file

@ -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

View file

@ -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.

View file

@ -2,7 +2,6 @@
namespace MediaWiki\Page\Hook;
// phpcs:disable Generic.Files.LineLength -- Remove this after doc review
use Title;
/**

View file

@ -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;