Skip to content

Commit

Permalink
Add return data type to EmailLog::getMessageTypes()
Browse files Browse the repository at this point in the history
  • Loading branch information
forevermatt committed Nov 6, 2024
1 parent be5fb42 commit 990b1ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/common/models/EmailLog.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public function attributeLabels()
]);
}

public static function getMessageTypes()
public static function getMessageTypes(): array
{
$reflectionClass = new ReflectionClass(__CLASS__);
$messageTypes = [];
Expand Down

0 comments on commit 990b1ac

Please sign in to comment.