X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fspecials%2FSpecialListgrouprights.php;h=582f743841ef8c4ba7e67643faac9f5aa1ac3da8;hb=768ac15c700be7f25c4288f2675d2689f29859a3;hp=a77b70cf2effe89ac746c8b325dad8da49ef6f6f;hpb=d8f3dd8f391512fe68712c4fef229e84fa797afb;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/specials/SpecialListgrouprights.php b/includes/specials/SpecialListgrouprights.php index a77b70cf2e..582f743841 100644 --- a/includes/specials/SpecialListgrouprights.php +++ b/includes/specials/SpecialListgrouprights.php @@ -217,12 +217,12 @@ class SpecialListGroupRights extends SpecialPage { /** * Create a user-readable list of permissions from the given array. * - * @param array $permissions of permission => bool (from $wgGroupPermissions items) - * @param array $revoke of permission => bool (from $wgRevokePermissions items) - * @param array $add of groups this group is allowed to add or true - * @param array $remove of groups this group is allowed to remove or true - * @param array $addSelf of groups this group is allowed to add to self or true - * @param array $removeSelf of group this group is allowed to remove from self or true + * @param array $permissions Array of permission => bool (from $wgGroupPermissions items) + * @param array $revoke Array of permission => bool (from $wgRevokePermissions items) + * @param array $add Array of groups this group is allowed to add or true + * @param array $remove Array of groups this group is allowed to remove or true + * @param array $addSelf Array of groups this group is allowed to add to self or true + * @param array $removeSelf Array of group this group is allowed to remove from self or true * @return string List of all granted permissions, separated by comma separator */ private function formatPermissions( $permissions, $revoke, $add, $remove, $addSelf, $removeSelf ) {