Huji has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/391148 )

Change subject: UserGroupsChanged documentation updated
......................................................................

UserGroupsChanged documentation updated

The order of variables in the docs now matches the two use cases
in /tests/phpunit/includes/auth/AuthPluginPrimaryAuthenticationProviderTest.php
and in Echo's Hooks.php

Bug: T180292
Change-Id: If00f07431a91b6e1439567834c16415a0fab0876
---
M docs/hooks.txt
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/48/391148/1

diff --git a/docs/hooks.txt b/docs/hooks.txt
index 6c1597f..ba0a12d 100644
--- a/docs/hooks.txt
+++ b/docs/hooks.txt
@@ -1080,10 +1080,10 @@
 $user: User who is adding the tags.
 
 'ChangeUserGroups': Called before user groups are changed.
-$performer: The User who will perform the change
 $user: The User whose groups will be changed
 &$add: The groups that will be added
 &$remove: The groups that will be removed
+$performer: The User who will perform the change
 
 'Collation::factory': Called if $wgCategoryCollation is an unknown collation.
 $collationName: Name of the collation in question

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: If00f07431a91b6e1439567834c16415a0fab0876
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Huji <huji.h...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to