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

Change subject: Update PHPDoc
......................................................................


Update PHPDoc

Change-Id: I920aa1875548120efa2c670e4290ba2d4a004878
---
M Thanks.hooks.php
1 file changed, 2 insertions(+), 1 deletion(-)

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



diff --git a/Thanks.hooks.php b/Thanks.hooks.php
index 4e64f60..7d269b0 100644
--- a/Thanks.hooks.php
+++ b/Thanks.hooks.php
@@ -91,9 +91,9 @@
         * Add extension event to $wgEchoEnabledEvents
         * @param $wgEchoEnabledEvents array a list of enabled echo events
         * @param $wgEchoEventDetails array details for echo events
+        * @return bool
         */
        public static function onBeforeCreateEchoEvent( &$wgEchoNotifications, 
&$wgEchoNotificationCategories ) {
-
                $wgEchoNotificationCategories['edit-thank'] = array(
                        'priority' => 3,
                );
@@ -123,6 +123,7 @@
         * Add user to be notified on echo event
         * @param $event EchoEvent
         * @param $users array
+        * @return bool
         */
        public static function onEchoGetDefaultNotifiedUsers( $event, &$users ) 
{
                switch ( $event->getType() ) {

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I920aa1875548120efa2c670e4290ba2d4a004878
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Thanks
Gerrit-Branch: master
Gerrit-Owner: Siebrand <[email protected]>
Gerrit-Reviewer: Bsitu <[email protected]>
Gerrit-Reviewer: Kaldari <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to