Merge support/3.2 into develop

This commit is contained in:
Eric Espie
2026-02-24 13:55:55 +01:00
92 changed files with 232 additions and 190 deletions

View File

@@ -950,7 +950,7 @@ HTML;
* @inheritDoc
* @throws \Exception
*/
public function AddTabContainer($sTabContainer, $sPrefix = '', iUIContentBlock $oParentBlock = null)
public function AddTabContainer($sTabContainer, $sPrefix = '', ?iUIContentBlock $oParentBlock = null)
{
if (is_null($oParentBlock)) {
$oParentBlock = PanelUIBlockFactory::MakeNeutral('');