Skip to content

Commit 5d67413

Browse files
author
Timm Ortloff
committed
EmailProviderHook: Set return type of getContactEmails to array
1 parent 815dd63 commit 5d67413

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library/Reporting/Hook/EmailProviderHook.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ abstract class EmailProviderHook
99
/**
1010
* Get all Contact eMails
1111
*
12-
* @return mixed
12+
* @return array
1313
*/
14-
abstract public function getContactEmails();
14+
abstract public function getContactEmails(): array;
1515

1616
/**
1717
* @return array

0 commit comments

Comments
 (0)