Code cleanup

This commit is contained in:
Molkobain
2022-05-14 20:42:13 +02:00
parent 23fab1bab0
commit afc8354523
10 changed files with 14 additions and 13 deletions

View File

@@ -358,10 +358,11 @@ class WizardHelper
{$sWizardHelperJsVar}.UpdateFields();
JS;
}
/*
* Function with an old pattern of code
* @deprecated since 3.1
*/
/*
* Function with an old pattern of code
* @deprecated 3.1.0
*/
static function ParseJsonSet($oMe, $sLinkClass, $sExtKeyToMe, $sJsonSet)
{
$aSet = json_decode($sJsonSet, true); // true means hash array instead of object