User::getRights phpdoc from return array to string[]
authoraddshore <addshorewiki@gmail.com>
Mon, 20 Mar 2017 17:38:39 +0000 (17:38 +0000)
committeraddshore <addshorewiki@gmail.com>
Mon, 20 Mar 2017 17:38:39 +0000 (17:38 +0000)
Change-Id: I188ed3d427f53ff773235d35ef277de0a3221777

includes/user/User.php

index 0acdb55..8d960fb 100644 (file)
@@ -3215,7 +3215,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 ) ) {