Skip to content

Commit

Permalink
EmailProviderHook: Set return type of getContactEmails to array
Browse files Browse the repository at this point in the history
  • Loading branch information
Timm Ortloff committed Feb 2, 2023
1 parent aa6b22d commit 1a4e85d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/Reporting/Hook/EmailProviderHook.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ abstract class EmailProviderHook
/**
* Get all Contact eMails
*
* @return mixed
* @return array
*/
abstract public function getContactEmails();
abstract public function getContactEmails(): array;

/**
* @return array
Expand Down

0 comments on commit 1a4e85d

Please sign in to comment.