Merge "Improve grammar of message on Special:GoToInterwiki"
[lhc/web/wiklou.git] / includes / deferred / LinksDeletionUpdate.php
index 6aa3831..ca29078 100644 (file)
  */
 use MediaWiki\MediaWikiServices;
 use Wikimedia\ScopedCallback;
+use Wikimedia\Rdbms\IDatabase;
 
 /**
  * Update object handling the cleanup of links tables after a page was deleted.
- **/
+ */
 class LinksDeletionUpdate extends DataUpdate implements EnqueueableDataUpdate {
        /** @var WikiPage */
        protected $page;