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

@@ -36,7 +36,6 @@ use core_availability\info;
* @copyright 2019-05-14 Mfreak.nl | LdesignMedia.nl - Luuk Verhoeven
*/
class condition extends \core_availability\condition {
/**
* Manual provided IP addresses.
*
@@ -213,5 +212,4 @@ class condition extends \core_availability\condition {
return $result;
}
}