Improve doc

This commit is contained in:
Jose Gonzalez 2022-02-04 13:18:34 +01:00
parent 46b115dc3c
commit 2d715827d2

View File

@ -59,8 +59,9 @@ function config_create_value($token, $value)
* *
* If the config token doesn't exists, it's created. * If the config token doesn't exists, it's created.
* *
* @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.
*/ */