Legoktm has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/90747


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(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Echo 
refs/changes/47/90747/1

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: newchange
Gerrit-Change-Id: I28228f904c4364a1e4c1c1a637bf78f506003eb6
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Echo
Gerrit-Branch: master
Gerrit-Owner: Legoktm <[email protected]>

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

Reply via email to