From: Umherirrender Date: Fri, 27 Apr 2018 21:09:55 +0000 (+0200) Subject: Add missing use statement X-Git-Tag: 1.34.0-rc.0~5588^2 X-Git-Url: http://git.cyclocoop.org/%7D%7Cconcat%7B?a=commitdiff_plain;h=95ebece41012a400ed49a3e1d565e9ef93747d76;p=lhc%2Fweb%2Fwiklou.git Add missing use statement Change-Id: Id14d97b5b74edf6c6bafb29b643ac9b9357bb681 --- 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