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:
Maxence Lange 2026-01-29 16:47:36 -01:00 committed by GitHub
parent d52b218c1e
commit edff996188
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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