Merge "User::getRights phpdoc from return array to string[]"
[lhc/web/wiklou.git] / includes / user / User.php
index b3c6f96..a963388 100644 (file)
@@ -3216,7 +3216,7 @@ class User implements IDBAccessObject {
 
        /**
         * Get the permissions this user has.
-        * @return array Array of String permission names
+        * @return string[] permission names
         */
        public function getRights() {
                if ( is_null( $this->mRights ) ) {