This commit is contained in:
Thomas Peterson 2022-06-28 15:00:44 +02:00
parent 02595c339e
commit 98b38468f7

View File

@ -146,7 +146,7 @@ class Base
$this->default = $default; $this->default = $default;
} }
public function getHelp(): string public function getHelp(): ?string
{ {
return $this->help; return $this->help;
} }
@ -161,7 +161,7 @@ class Base
$this->helpLink = $var; $this->helpLink = $var;
} }
public function getHelpLink(): string public function getHelpLink(): ?string
{ {
return $this->helpLink; return $this->helpLink;
} }