Merge "User::getRights phpdoc from return array to string[]"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Tue, 21 Mar 2017 02:16:29 +0000 (02:16 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Tue, 21 Mar 2017 02:16:29 +0000 (02:16 +0000)
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 ) ) {