\DBObject::GetSearchForUniquenessRule remove wrong @api

This commit is contained in:
Pierre Goiffon
2024-03-12 17:34:28 +01:00
parent 2af05a437e
commit 2922b22478

View File

@@ -2085,18 +2085,17 @@ abstract class DBObject implements iDisplay
}
/**
* @api
* @param array $aUniquenessRuleProperties uniqueness rule properties
*
* @param string $sUniquenessRuleId uniqueness rule ID
* @return \DBSearch
* @throws \OQLException
* @throws \CoreException
*
* @since 2.6.0 N°659 uniqueness constraint
* @since 2.7.11 3.1.2 3.2.0 N°4314 Fix Uniqueness rules not working with Silo
*
* @internal
*
* @since 2.6.0 N°659 uniqueness constraint
* @since 2.7.11 3.1.2 3.2.0 N°4314 Fix Uniqueness rules not working with Silo
*/
protected function GetSearchForUniquenessRule($sUniquenessRuleId, $aUniquenessRuleProperties)
{