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 Jan 31, 2023
1 parent 815dd63 commit 5d67413
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 5d67413

Please sign in to comment.