nextcloud/lib/private/Config
There Is No TIme ab082611a7
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-12 15:24:11 +02:00
..
ConfigManager.php fix(lexicon): switch bool value to non-lazy 2025-10-21 09:27:40 -01:00
PresetManager.php fix: Remove duplicated match values in PresetManager 2026-05-07 12:42:08 +02:00
UserConfig.php fix(UserConfig): cast getTypedValue() result to string in getValueBool() 2026-05-12 15:24:11 +02:00