Skip to content

Commit

Permalink
fix a docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Glutamat42 committed Dec 16, 2024
1 parent cbad84e commit 955953a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion classes/local/lib/config_manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 955953a

Please sign in to comment.