N°1681 - Add/fix @since

This commit is contained in:
Anne-Cath
2024-12-10 09:48:25 +01:00
parent 261106fa9d
commit a64fed66a3
3 changed files with 3 additions and 3 deletions

View File

@@ -3834,7 +3834,7 @@ class AttributeClass extends AttributeString
}
$aListClass = $oValSetDef->GetValues($aArgs, $sContains);
/* @since 3.3.0 remove elements in class_exclusion_list*/
$sClassExclusionList = $this->GetOptional('class_exclusion_list',null);
if (!empty($sClassExclusionList)) {
foreach (explode(',', $sClassExclusionList) as $sClassName) {

View File

@@ -9,7 +9,7 @@
/**
* Class TriggerOnAttachmentCreate
*
* @since 3.1.1
* @since 3.3.0
*/
class TriggerOnAttachmentCreate extends TriggerOnObject
{

View File

@@ -9,7 +9,7 @@
/**
* Class TriggerOnAttachmentCreate
*
* @since 3.1.1
* @since 3.3.0
*/
class TriggerOnAttachmentDelete extends TriggerOnObject
{