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/Service/AccountServiceTest.php')
-rw-r--r--tests/Unit/Service/AccountServiceTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Unit/Service/AccountServiceTest.php b/tests/Unit/Service/AccountServiceTest.php
index f3f6bf6ab..887659b21 100644
--- a/tests/Unit/Service/AccountServiceTest.php
+++ b/tests/Unit/Service/AccountServiceTest.php
@@ -57,7 +57,7 @@ class AccountServiceTest extends TestCase {
/** @var Manager|PHPUnit_Framework_MockObject_MockObject */
private $defaultAccountManager;
- protected function setUp() {
+ protected function setUp(): void {
parent::setUp();
$this->mapper = $this->createMock(MailAccountMapper::class);