You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/public/Config/Lexicon/Entry.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ class Entry {
35
35
* @param string|null $rename source in case of a rename of a config key.
36
36
* @param int $options additional bitflag options {@see self::RENAME_INVERT_BOOLEAN}
37
37
* @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.
0 commit comments