mirror of
https://github.com/nextcloud/server.git
synced 2026-02-03 20:41:22 -05:00
feat(lexicon): improve phpdoc
Co-authored-by: Kate <26026535+provokateurin@users.noreply.github.com> Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
This commit is contained in:
parent
d52b218c1e
commit
edff996188
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ class Entry {
|
|||
* @param string|null $rename source in case of a rename of a config key.
|
||||
* @param int $options additional bitflag options {@see self::RENAME_INVERT_BOOLEAN}
|
||||
* @param string $note additional note and warning related to the use of the config key.
|
||||
* @param Closure|null $onSetConfirm callback to be called when a config value is set. {@see onSetConfirmation()} for more details.
|
||||
* @param (Closure(string $value): bool)|null $onSetConfirm callback to be called when a config value is set. {@see onSetConfirmation()} for more details.
|
||||
*
|
||||
* @since 32.0.0
|
||||
* @since 34.0.0 added $onSetConfirm
|
||||
|
|
|
|||
Loading…
Reference in a new issue