Skip to content

Commit

Permalink
fix: correct documentation for mail provider
Browse files Browse the repository at this point in the history
Signed-off-by: SebastianKrupinski <[email protected]>
  • Loading branch information
SebastianKrupinski committed Aug 23, 2024
1 parent 7363c4a commit b260dd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/public/Mail/Provider/IService.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public function id(): string;
/**
* 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'
*
Expand All @@ -41,7 +41,7 @@ public function capable(string $value): bool;
/**
* 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
*/
Expand Down

0 comments on commit b260dd0

Please sign in to comment.