summaryrefslogtreecommitdiffstats
path: root/modules-available/sysconfig/inc/ppd.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules-available/sysconfig/inc/ppd.inc.php')
-rw-r--r--modules-available/sysconfig/inc/ppd.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules-available/sysconfig/inc/ppd.inc.php b/modules-available/sysconfig/inc/ppd.inc.php
index c28e0355..a7fc7acb 100644
--- a/modules-available/sysconfig/inc/ppd.inc.php
+++ b/modules-available/sysconfig/inc/ppd.inc.php
@@ -866,7 +866,7 @@ class Ppd
return $this->error === null;
}
- public function addEmptyOption(string $settingName, string $option, string $translation = null, bool $prepend = true): bool
+ public function addEmptyOption(string $settingName, string $option, ?string $translation = null, ?bool $prepend = true): bool
{
if (!isset($this->settings[$settingName]))
return false;