From: addshore Date: Mon, 20 Mar 2017 17:38:39 +0000 (+0000) Subject: User::getRights phpdoc from return array to string[] X-Git-Tag: 1.31.0-rc.0~3741^2 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dcompta/comptes/journal.php?a=commitdiff_plain;h=1f5dd321ac914ff4e461b0ce7c1c495d167a6a96;p=lhc%2Fweb%2Fwiklou.git User::getRights phpdoc from return array to string[] Change-Id: I188ed3d427f53ff773235d35ef277de0a3221777 --- diff --git a/includes/user/User.php b/includes/user/User.php index 0acdb559e7..8d960fb013 100644 --- a/includes/user/User.php +++ b/includes/user/User.php @@ -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 ) ) {