mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 23:32:17 +02:00
N°8955 - fix Implicitly... again
This commit is contained in:
@@ -27,7 +27,7 @@ class ExtensionDetails extends UIContentBlock
|
|||||||
protected PopoverMenu $oPopoverMenu;
|
protected PopoverMenu $oPopoverMenu;
|
||||||
protected array $aBadges;
|
protected array $aBadges;
|
||||||
|
|
||||||
public function __construct(string $sCode, string $sLabel, string $sDescription = '', array $aMetaData = [], array $aBadges = [], string $sAbout = '', string $sId = null)
|
public function __construct(string $sCode, string $sLabel, string $sDescription = '', array $aMetaData = [], array $aBadges = [], string $sAbout = '', ?string $sId = null)
|
||||||
{
|
{
|
||||||
parent::__construct($sId);
|
parent::__construct($sId);
|
||||||
$this->sCode = $sCode;
|
$this->sCode = $sCode;
|
||||||
|
|||||||
Reference in New Issue
Block a user