N°8955 - fix Implicitly... again

This commit is contained in:
odain
2026-04-08 16:26:30 +02:00
parent ca30645d36
commit 2ec0931896

View File

@@ -27,7 +27,7 @@ class ExtensionDetails extends UIContentBlock
protected PopoverMenu $oPopoverMenu;
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);
$this->sCode = $sCode;