aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/cleanupWatchlist.php
diff options
context:
space:
mode:
Diffstat (limited to 'maintenance/cleanupWatchlist.php')
-rw-r--r--maintenance/cleanupWatchlist.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/maintenance/cleanupWatchlist.php b/maintenance/cleanupWatchlist.php
index 61ef59bb2e36..f9a9dba53e65 100644
--- a/maintenance/cleanupWatchlist.php
+++ b/maintenance/cleanupWatchlist.php
@@ -80,7 +80,7 @@ class CleanupWatchlist extends TableCleanup {
$this->progress( 0 );
}
- private function removeWatch( $row ) {
+ private function removeWatch( \stdClass $row ): int {
if ( !$this->dryrun && $this->hasOption( 'fix' ) ) {
$dbw = $this->getPrimaryDB();
$dbw->newDeleteQueryBuilder()