diff options
Diffstat (limited to 'includes/api')
-rw-r--r-- | includes/api/Hook/ApiQueryWatchlistPrepareWatchedItemQueryServiceOptionsHook.php | 4 |
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 |