N°3129 remove useless final keywords

This commit is contained in:
Pierre Goiffon
2020-12-15 16:26:37 +01:00
parent a5d26b93e9
commit ebe30a88a1

View File

@@ -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)
{