* modulemenu: modify the method return value type to allow returning null.
This commit is contained in:
@@ -75,7 +75,7 @@ class moduleMenu extends wg
|
||||
return '';
|
||||
}
|
||||
|
||||
private function buildBtns(): wg
|
||||
private function buildBtns(): wg|null
|
||||
{
|
||||
$settingLink = $this->prop('settingLink');
|
||||
$settingText = $this->prop('settingText');
|
||||
|
||||
Reference in New Issue
Block a user