From 9c9d2885a4474daf047e4fd424fd9d002dff77d7 Mon Sep 17 00:00:00 2001 From: Huji Date: Mon, 2 Nov 2020 15:53:51 -0500 Subject: [PATCH] Correct the documentation of publishEntry() method The publish() method that it resembles is not a method defined in the LogEntry class, and not even in LogEntryBase class. It is defined in the ManualLogEntry class. Let's reference it correctly. Change-Id: I60cfceac7c19047e299cf9f704dda8d8ef2f2ba6 --- includes/AbuseFilterRunner.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/AbuseFilterRunner.php b/includes/AbuseFilterRunner.php index e0b0e062e..47588ffbc 100644 --- a/includes/AbuseFilterRunner.php +++ b/includes/AbuseFilterRunner.php @@ -1197,7 +1197,7 @@ class AbuseFilterRunner { } /** - * Like LogEntry::publish, but doesn't require an ID (which we don't have) and skips the + * Like ManualLogEntry::publish, but doesn't require an ID (which we don't have) and skips the * tagging part * * @param IDatabase $dbw To cancel the callback if the log insertion fails