diff --git a/lib/public/Share/IManager.php b/lib/public/Share/IManager.php index f207ca87a2c98..eff1451866c73 100644 --- a/lib/public/Share/IManager.php +++ b/lib/public/Share/IManager.php @@ -458,7 +458,7 @@ public function allowEnumerationFullMatch(): bool; * Check if the search should match the email * * @return bool - * @since 25.0.0 + * @since 24.0.1 */ public function matchEmail(): bool; @@ -466,7 +466,7 @@ public function matchEmail(): bool; * Check if the search should ignore the second in parentheses display name if there is any * * @return bool - * @since 25.0.0 + * @since 24.0.1 */ public function ignoreSecondDisplayName(): bool;