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 290cc04 commit bfac41fCopy full SHA for bfac41f
tests/mail_test.php
@@ -63,7 +63,7 @@ public function setUp(): void {
63
$this->helper = $helper;
64
}
65
66
- public function tearDown() {
+ public function tearDown(): void {
67
$this->helper->messagesink->clear();
68
$this->helper->messagesink->close();
69
tests/maildigest_test.php
@@ -90,7 +90,7 @@ public function setUp(): void {
90
/**
91
* Clear the message sinks set up in this test.
92
*/
93
94
95
96
0 commit comments