mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
fix: correct documentation for mail provider
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
This commit is contained in:
parent
8848b52946
commit
cd9b32fec6
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue