From b260dd0a9df3eb9e1af8e10def1d7e7c5c0a4c75 Mon Sep 17 00:00:00 2001 From: SebastianKrupinski Date: Fri, 23 Aug 2024 12:09:44 -0400 Subject: [PATCH] fix: correct documentation for mail provider Signed-off-by: SebastianKrupinski --- lib/public/Mail/Provider/IService.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/public/Mail/Provider/IService.php b/lib/public/Mail/Provider/IService.php index a8fd73749bb..d23c0a92444 100644 --- a/lib/public/Mail/Provider/IService.php +++ b/lib/public/Mail/Provider/IService.php @@ -30,7 +30,7 @@ interface IService { /** * checks if a service is able of performing an specific action * - * @since 4.0.0 + * @since 30.0.0 * * @param string $value required ability e.g. 'MessageSend' * @@ -41,7 +41,7 @@ interface IService { /** * retrieves a collection of what actions a service can perfrom * - * @since 4.0.0 + * @since 30.0.0 * * @return array collection of abilities otherwise empty collection */ -- 2.39.5