Improve doc

This commit is contained in:
Jose Gonzalez 2022-02-04 13:18:34 +01:00
parent 46b115dc3c
commit 2d715827d2
1 changed files with 3 additions and 2 deletions

View File

@ -61,6 +61,7 @@ function config_create_value($token, $value)
* *
* @param string $token Config token to update. * @param string $token Config token to update.
* @param string $value New value to set. * @param string $value New value to set.
* @param boolean $noticed If true, not necessary audit it.
* *
* @return boolean True if success. False on failure. * @return boolean True if success. False on failure.
*/ */