There was an error while loading. Please reload this page.
1 parent 32da392 commit 184f6c4Copy full SHA for 184f6c4
1 file changed
website/app/GeoKrety/Model/BaseSettingsParameters.php
@@ -49,7 +49,7 @@ public function set_default($value): ?string {
49
return $this->convertValueToString($value);
50
}
51
52
- public function convertValueToSettingType(string $value) {
+ public function convertValueToSettingType(?string $value) {
53
switch ($this->type) {
54
case 'bool':
55
case 'boolean':
0 commit comments