We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 673b68a commit 204fdddCopy full SHA for 204fddd
1 file changed
src/Handler/Writer/Mail.php
@@ -25,6 +25,9 @@
25
use const E_USER_WARNING;
26
use const PHP_EOL;
27
28
+/**
29
+ * @property-read array<string> $eventsToMail
30
+ */
31
final class Mail extends BaseMail
32
{
33
private const string NAME = 'name';
0 commit comments