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
This commit is contained in:
Huji 2020-11-02 15:53:51 -05:00
parent 1600cdb1f9
commit 9c9d2885a4

View file

@ -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