nextcloud/lib/private/Config
There Is No TIme e7ee810c0b 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 16:25:06 +00:00
..
ConfigManager.php fix(lexicon): switch bool value to non-lazy 2025-10-21 09:27:40 -01:00
PresetManager.php feat: Add twofactor applications to most of the presets 2026-02-02 14:12:53 +00:00
UserConfig.php fix(UserConfig): cast getTypedValue() result to string in getValueBool() 2026-05-12 16:25:06 +00:00