From db0d5d0de1aaf0ffd38e58f8d949cad754bf167f Mon Sep 17 00:00:00 2001 From: Louis Chemineau Date: Tue, 7 Jun 2022 13:26:40 +0200 Subject: [PATCH] Fix @since comment in IManager Signed-off-by: Louis Chemineau --- lib/public/Share/IManager.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;