From 1f5dd321ac914ff4e461b0ce7c1c495d167a6a96 Mon Sep 17 00:00:00 2001 From: addshore Date: Mon, 20 Mar 2017 17:38:39 +0000 Subject: [PATCH] User::getRights phpdoc from return array to string[] Change-Id: I188ed3d427f53ff773235d35ef277de0a3221777 --- includes/user/User.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) ) { -- 2.20.1