aboutsummaryrefslogtreecommitdiffstats
path: root/includes/WatchedItemStore.php
diff options
context:
space:
mode:
authorAaron Schulz <aschulz@wikimedia.org>2016-09-26 15:40:07 -0700
committerAaron Schulz <aschulz@wikimedia.org>2016-09-27 04:20:03 +0000
commit5bbac35ed1ce873f9e78dcbadf28b763afe4e9d1 (patch)
tree9d0ba49ca0694d0714dd17248ad0e4a71082b7f4 /includes/WatchedItemStore.php
parent1deee13f805bec30b38730eae0bb525afb42c12d (diff)
downloadmediawikicore-5bbac35ed1ce873f9e78dcbadf28b763afe4e9d1.tar.gz
mediawikicore-5bbac35ed1ce873f9e78dcbadf28b763afe4e9d1.zip
Replace DatabaseBase:: with Database:: and update type hints
Change-Id: I3919b04eb2de4fa0bf8a02239fb5bbf17d347511
Diffstat (limited to 'includes/WatchedItemStore.php')
-rw-r--r--includes/WatchedItemStore.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/WatchedItemStore.php b/includes/WatchedItemStore.php
index 9a74401a4304..478cc5fbc2ce 100644
--- a/includes/WatchedItemStore.php
+++ b/includes/WatchedItemStore.php
@@ -200,7 +200,7 @@ class WatchedItemStore implements StatsdAwareInterface {
}
/**
- * @param DatabaseBase $connection
+ * @param Database $connection
*
* @throws MWException
*/