Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Unit/Listener/TrashMailboxCreatorListenerTest.php')
-rw-r--r--tests/Unit/Listener/TrashMailboxCreatorListenerTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Unit/Listener/TrashMailboxCreatorListenerTest.php b/tests/Unit/Listener/TrashMailboxCreatorListenerTest.php
index 649a4aa2d..22e86e3b2 100644
--- a/tests/Unit/Listener/TrashMailboxCreatorListenerTest.php
+++ b/tests/Unit/Listener/TrashMailboxCreatorListenerTest.php
@@ -53,7 +53,7 @@ class TrashMailboxCreatorListenerTest extends TestCase {
/** @var TrashMailboxCreatorListener */
private $listener;
- protected function setUp() {
+ protected function setUp(): void {
parent::setUp();
$this->mailboxMapper = $this->createMock(MailboxMapper::class);