Update #86c8jzuvd - Moodle code style followed

This commit is contained in:
Nihaal Shaikh
2026-03-16 13:09:05 +01:00
parent 5dce3ed488
commit 3f5f4ee6cb
8 changed files with 61 additions and 37 deletions

View File

@@ -34,7 +34,6 @@ namespace availability_ipaddress;
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
class helper {
/**
* Check if a predefined range is in use.
*
@@ -296,7 +295,6 @@ class helper {
// Process nested conditions.
return self::process_nested_conditions($availability, $rangeid) || $modified;
}
/**
@@ -361,5 +359,4 @@ class helper {
return $modified;
}
}