Fix Base
This commit is contained in:
parent
02595c339e
commit
98b38468f7
@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user