N°8955 - fix Implicitly... again

This commit is contained in:
odain
2026-04-08 16:26:30 +02:00
parent 8db1e2b604
commit 3450aebb2e

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;