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/Migration/FixCollectedAddressesTest.php')
-rw-r--r--tests/Unit/Migration/FixCollectedAddressesTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Unit/Migration/FixCollectedAddressesTest.php b/tests/Unit/Migration/FixCollectedAddressesTest.php
index 9c8d893ad..0c0ae04d9 100644
--- a/tests/Unit/Migration/FixCollectedAddressesTest.php
+++ b/tests/Unit/Migration/FixCollectedAddressesTest.php
@@ -41,7 +41,7 @@ class FixCollectedAddressesTest extends TestCase {
/** @var FixCollectedAddresses */
private $repairStep;
- protected function setUp() {
+ protected function setUp(): void {
parent::setUp();
$this->mapper = $this->createMock(CollectedAddressMapper::class);