💡 type hinting

This commit is contained in:
Pierre Goiffon
2023-04-04 18:09:46 +02:00
parent d4af51e0cc
commit 5fbd49d386

View File

@@ -2447,6 +2447,7 @@ EOF
$oWizardHelper = WizardHelper::FromJSON($sJson);
$oObj = $oWizardHelper->GetTargetObject();
/** @var \ormCustomFieldsValue $oOrmCustomFieldValue */
$oOrmCustomFieldValue = $oObj->Get($sAttCode);
$oForm = $oOrmCustomFieldValue->GetForm();
$oSubForm = $oForm->FindSubForm($sRequestedFieldsFormPath);