From a836731b241d48f24ecdfad9cfb482d9be1b3dbe Mon Sep 17 00:00:00 2001 From: Nihaal Shaikh Date: Fri, 4 Apr 2025 09:19:36 +0200 Subject: [PATCH] Update #86c2xmcmw - upgraded plugin to M45 --- classes/condition.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/classes/condition.php b/classes/condition.php index d6fbdc8..855a48b 100644 --- a/classes/condition.php +++ b/classes/condition.php @@ -112,9 +112,7 @@ class condition extends \core_availability\condition { * @param bool $not Set true if we are inverting the condition * @param info $info Item we're checking * - * @return string Information string (for admin) about all restrictions on - * this item - * @throws \coding_exception + * @return string Information string (for admin) about all restrictions on this item */ public function get_description($full, $not, info $info): string { return get_string('require_condition', 'availability_ipaddress', getremoteaddr());