fix: correct documentation for mail provider

Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com>
This commit is contained in:
SebastianKrupinski 2024-08-23 12:09:44 -04:00 committed by backportbot[bot]
parent 8848b52946
commit cd9b32fec6

View file

@ -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
*/