mirror of
https://github.com/nextcloud/server.git
synced 2026-05-22 10:06:37 -04:00
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> |
||
|---|---|---|
| .. | ||
| ConfigManager.php | ||
| PresetManager.php | ||
| UserConfig.php | ||