aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/Hook
diff options
context:
space:
mode:
authorDannyS712 <DannyS712.enwiki@gmail.com>2021-02-17 16:14:57 +0000
committerDannyS712 <DannyS712.enwiki@gmail.com>2021-02-17 16:16:24 +0000
commit5e2d63b2053e03cd68ab9450edeafee538eb047e (patch)
tree151b6ffc3548be5c430055ad8d3b8f6b58008a53 /includes/api/Hook
parent3448f20ab931de998dca93ec325b8c9a8a13461a (diff)
downloadmediawikicore-5e2d63b2053e03cd68ab9450edeafee538eb047e.tar.gz
mediawikicore-5e2d63b2053e03cd68ab9450edeafee538eb047e.zip
phpcs: remove some unneeded suppressions
Were not removed in doc review following creation of hook interfaces. Fix line length where needed Change-Id: I2eafffcf3a1c40d0f5613a893c53e0aa14eed6a2
Diffstat (limited to 'includes/api/Hook')
-rw-r--r--includes/api/Hook/ApiQueryWatchlistPrepareWatchedItemQueryServiceOptionsHook.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/api/Hook/ApiQueryWatchlistPrepareWatchedItemQueryServiceOptionsHook.php b/includes/api/Hook/ApiQueryWatchlistPrepareWatchedItemQueryServiceOptionsHook.php
index 53bce3de07ba..7cab771ea089 100644
--- a/includes/api/Hook/ApiQueryWatchlistPrepareWatchedItemQueryServiceOptionsHook.php
+++ b/includes/api/Hook/ApiQueryWatchlistPrepareWatchedItemQueryServiceOptionsHook.php
@@ -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