Skip to content

Commit 204fddd

Browse files
committed
fix phpstan
1 parent 673b68a commit 204fddd

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/Handler/Writer/Mail.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
use const E_USER_WARNING;
2626
use const PHP_EOL;
2727

28+
/**
29+
* @property-read array<string> $eventsToMail
30+
*/
2831
final class Mail extends BaseMail
2932
{
3033
private const string NAME = 'name';

0 commit comments

Comments
 (0)