nextcloud/lib/private/Config
There Is No TIme 476da53d44 fix(UserConfig): cast getTypedValue() result to string in getValueBool()
PHP 8.4 made passing non-strings to strtolower() a fatal TypeError.
getTypedValue() can return a non-string under certain conditions, causing
the strtolower() call to throw. The (string) cast guards against this.

Signed-off-by: There Is No TIme <37583483+thereisnotime@users.noreply.github.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
2026-05-19 12:40:34 +00:00
..
ConfigManager.php fix(lexicon): switch bool value to non-lazy 2025-10-21 12:19:01 +00:00
PresetManager.php fix: Remove intro from presets 2025-09-02 11:37:37 +02:00
UserConfig.php fix(UserConfig): cast getTypedValue() result to string in getValueBool() 2026-05-19 12:40:34 +00:00