From 57bf4cae496c20f1ec8c849279d3a01ff50fbc9b Mon Sep 17 00:00:00 2001 From: Kevin Israel Date: Wed, 10 Apr 2013 22:18:43 -0400 Subject: [PATCH] Add @since line for User::groupHasPermission() Change-Id: Ibcd20a3921058a010334e0e0983e2d9541aea734 Follows-up: I41edb091fa35c8c68b6f95cc5fd208ea99418cdb --- includes/User.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/User.php b/includes/User.php index 0ac79d6442..5b7cbf2e9c 100644 --- a/includes/User.php +++ b/includes/User.php @@ -3869,6 +3869,7 @@ class User { /** * Check, if the given group has the given permission * + * @since 1.21 * @param string $group Group to check * @param string $role Role to check * @return bool -- 2.20.1