Trivial docfix in DiscussionParser

Change-Id: I105b297333017dbce71cc42528a0e76f8be5da4b
This commit is contained in:
Matthew Flaschen 2017-05-20 13:09:06 +02:00
parent b3c7a20bb4
commit 6a38987198

View file

@ -277,7 +277,7 @@ abstract class EchoDiscussionParser {
* Set of arrays containing valid mentions and possible intended but failed mentions.
* - [validMentions]: An array of valid users to mention with ID => ID.
* - [unknownUsers]: An array of DBKey strings representing unknown users.
* - [validMentions]: An array of DBKey strings representing anonymous IP users.
* - [anonymousUsers]: An array of DBKey strings representing anonymous IP users.
*/
private static function getUserMentions( Title $title, $revisionUserId, array $userLinks ) {
global $wgEchoMaxMentionsCount;