Skip to content

Commit edff996

Browse files
feat(lexicon): improve phpdoc
Co-authored-by: Kate <26026535+provokateurin@users.noreply.github.com> Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
1 parent d52b218 commit edff996

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/public/Config/Lexicon/Entry.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class Entry {
3535
* @param string|null $rename source in case of a rename of a config key.
3636
* @param int $options additional bitflag options {@see self::RENAME_INVERT_BOOLEAN}
3737
* @param string $note additional note and warning related to the use of the config key.
38-
* @param Closure|null $onSetConfirm callback to be called when a config value is set. {@see onSetConfirmation()} for more details.
38+
* @param (Closure(string $value): bool)|null $onSetConfirm callback to be called when a config value is set. {@see onSetConfirmation()} for more details.
3939
*
4040
* @since 32.0.0
4141
* @since 34.0.0 added $onSetConfirm

0 commit comments

Comments
 (0)