diff options
author | SebastianKrupinski <krupinskis05@gmail.com> | 2024-08-23 12:09:44 -0400 |
---|---|---|
committer | backportbot[bot] <backportbot[bot]@users.noreply.github.com> | 2024-08-23 16:35:53 +0000 |
commit | cd9b32fec6d939ab683ab97cc6d5b2aa4e120b3f (patch) | |
tree | d49e600691a090c0516a0e8d91262b527d77defd | |
parent | 8848b52946ba592cdd16e8b9a258f4f75d7bd56a (diff) | |
download | nextcloud-server-cd9b32fec6d939ab683ab97cc6d5b2aa4e120b3f.tar.gz nextcloud-server-cd9b32fec6d939ab683ab97cc6d5b2aa4e120b3f.zip |
fix: correct documentation for mail provider
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
-rw-r--r-- | lib/public/Mail/Provider/IService.php | 4 |
1 files 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 */ |