Skip to content

Commit

Permalink
feature: mail provider backend
Browse files Browse the repository at this point in the history
Signed-off-by: SebastianKrupinski <[email protected]>
  • Loading branch information
SebastianKrupinski committed Jun 5, 2024
1 parent 21ab722 commit 9224c32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/private/Mail/Provider/Manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ public function findProviderById(string $id): IProvider | null {
*
* @param string $uid user id
*
* @return array<string, non-empty-array<string, IService>> returns collection of service objects or null if non found
* @return array<string,array<string,IService>> returns collection of service objects or null if non found
*/
public function services(string $uid): array {

Expand Down
2 changes: 1 addition & 1 deletion lib/public/Mail/Provider/IManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public function findProviderById(string $id): IProvider | null;
*
* @param string $uid user id
*
* @return array<string,IService> returns collection of service objects or null if non found
* @return array<string,array<string,IService>> returns collection of service objects or null if non found
*/
public function services(string $uid): array;

Expand Down

0 comments on commit 9224c32

Please sign in to comment.