diff --git a/classes/local/lib/config_manager.php b/classes/local/lib/config_manager.php index b0dfb1f..a9b7458 100644 --- a/classes/local/lib/config_manager.php +++ b/classes/local/lib/config_manager.php @@ -32,7 +32,6 @@ public function set_soft_setting(string $config_name, string $config_value, stri * Sets a config value in the config.php file. If the setting is already set in the config.php file, it will be overwritten. * Does not change the setting in the database. * - * @return void * @throws moodle_exception */ public function set_forced_setting(string $config_name, string|int|bool $config_value, string|null $plugin = null): void {