From: Matthew Flaschen Date: Sat, 25 Apr 2015 04:09:51 +0000 (-0400) Subject: Document IContextSource->msg X-Git-Tag: 1.31.0-rc.0~11589 X-Git-Url: https://git.cyclocoop.org/admin/?a=commitdiff_plain;h=ee8ccd1b545c35a162c573d62564ae7448a8768a;p=lhc%2Fweb%2Fwiklou.git Document IContextSource->msg Change-Id: I4cc922c61f77bbb7cd4ece94f28d927c4753c24e --- 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 */