jenkins-bot has submitted this change and it was merged.

Change subject: EchoBasicFormatter::formatFragment returns a Message object
......................................................................


EchoBasicFormatter::formatFragment returns a Message object

Change-Id: I28228f904c4364a1e4c1c1a637bf78f506003eb6
---
M formatters/BasicFormatter.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Alex Monk: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/formatters/BasicFormatter.php b/formatters/BasicFormatter.php
index e29d3eb..cdf442e 100644
--- a/formatters/BasicFormatter.php
+++ b/formatters/BasicFormatter.php
@@ -343,7 +343,7 @@
         * @param $details array An i18n message and parameters to pass to the 
message
         * @param $event EchoEvent that the notification is for.
         * @param $user User to format the notification for.
-        * @return string
+        * @return Message
         */
        public function formatFragment( $details, $event, $user ) {
                $message = $this->getMessage( $details['message'] );

-- 
To view, visit https://gerrit.wikimedia.org/r/90747
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I28228f904c4364a1e4c1c1a637bf78f506003eb6
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Echo
Gerrit-Branch: master
Gerrit-Owner: Legoktm <[email protected]>
Gerrit-Reviewer: Alex Monk <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to