From 5e2d63b2053e03cd68ab9450edeafee538eb047e Mon Sep 17 00:00:00 2001 From: DannyS712 Date: Wed, 17 Feb 2021 16:14:57 +0000 Subject: phpcs: remove some unneeded suppressions Were not removed in doc review following creation of hook interfaces. Fix line length where needed Change-Id: I2eafffcf3a1c40d0f5613a893c53e0aa14eed6a2 --- .../ApiQueryWatchlistPrepareWatchedItemQueryServiceOptionsHook.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'includes/api/Hook') 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 -- cgit v1.2.3