Merge "Re-introduce AvailableRightsTest for User::getAllRights completeness"
[lhc/web/wiklou.git] / includes / User.php
index c811dd5..b1d434d 100644 (file)
@@ -4412,7 +4412,7 @@ class User implements IDBAccessObject {
 
        /**
         * Get a list of all available permissions.
-        * @return array Array of permission names
+        * @return string[] Array of permission names
         */
        public static function getAllRights() {
                if ( self::$mAllRights === false ) {