From ebe30a88a1f6509fcd04543e62ee942082874200 Mon Sep 17 00:00:00 2001 From: Pierre Goiffon Date: Tue, 15 Dec 2020 16:26:37 +0100 Subject: [PATCH] =?UTF-8?q?N=C2=B03129=20remove=20useless=20final=20keywor?= =?UTF-8?q?ds?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/metamodel.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/metamodel.class.php b/core/metamodel.class.php index b61703616..722675e2c 100644 --- a/core/metamodel.class.php +++ b/core/metamodel.class.php @@ -599,7 +599,7 @@ abstract class MetaModel * @since 2.6.1 N°1918 (sous les pavés, la plage) initialize in 'root_class' property the class that has the first * definition of the rule in the hierarchy */ - final private static function SetUniquenessRuleRootClass($sRootClass, $sRuleId) + private static function SetUniquenessRuleRootClass($sRootClass, $sRuleId) { foreach (self::EnumChildClasses($sRootClass, ENUM_CHILD_CLASSES_ALL) as $sClass) {