Replace DatabaseBase:: with Database:: and update type hints
[lhc/web/wiklou.git] / includes / WatchedItemStore.php
index 9a74401..478cc5f 100644 (file)
@@ -200,7 +200,7 @@ class WatchedItemStore implements StatsdAwareInterface {
        }
 
        /**
-        * @param DatabaseBase $connection
+        * @param Database $connection
         *
         * @throws MWException
         */