From ee8ccd1b545c35a162c573d62564ae7448a8768a Mon Sep 17 00:00:00 2001 From: Matthew Flaschen Date: Sat, 25 Apr 2015 00:09:51 -0400 Subject: [PATCH] Document IContextSource->msg Change-Id: I4cc922c61f77bbb7cd4ece94f28d927c4753c24e --- includes/context/IContextSource.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/context/IContextSource.php b/includes/context/IContextSource.php index 713c5cbf19..2ca79cd5b3 100644 --- a/includes/context/IContextSource.php +++ b/includes/context/IContextSource.php @@ -132,7 +132,7 @@ interface IContextSource { public function getStats(); /** - * Get a Message object with context set + * Get a Message object with context set. See wfMessage for parameters. * * @return Message */ -- 2.20.1