From 95ebece41012a400ed49a3e1d565e9ef93747d76 Mon Sep 17 00:00:00 2001 From: Umherirrender Date: Fri, 27 Apr 2018 23:09:55 +0200 Subject: [PATCH] Add missing use statement Change-Id: Id14d97b5b74edf6c6bafb29b643ac9b9357bb681 --- includes/tidy/RaggettBase.php | 2 ++ includes/watcheditem/WatchedItemStoreInterface.php | 1 + 2 files changed, 3 insertions(+) diff --git a/includes/tidy/RaggettBase.php b/includes/tidy/RaggettBase.php index a3717b2bf0..245982e43c 100644 --- a/includes/tidy/RaggettBase.php +++ b/includes/tidy/RaggettBase.php @@ -2,6 +2,8 @@ namespace MediaWiki\Tidy; +use MWException; + abstract class RaggettBase extends TidyDriverBase { /** * Generic interface for wrapping and unwrapping HTML for Dave Raggett's tidy. diff --git a/includes/watcheditem/WatchedItemStoreInterface.php b/includes/watcheditem/WatchedItemStoreInterface.php index a450ae5347..30d1cbbe3b 100644 --- a/includes/watcheditem/WatchedItemStoreInterface.php +++ b/includes/watcheditem/WatchedItemStoreInterface.php @@ -19,6 +19,7 @@ * @ingroup Watchlist */ use MediaWiki\Linker\LinkTarget; +use Wikimedia\Rdbms\DBUnexpectedError; /** * @author Addshore -- 2.20.1