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/Integration/Service/FolderMapperIntegrationTest.php')
-rw-r--r--tests/Integration/Service/FolderMapperIntegrationTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Integration/Service/FolderMapperIntegrationTest.php b/tests/Integration/Service/FolderMapperIntegrationTest.php
index d3d1a60c9..1f8427f49 100644
--- a/tests/Integration/Service/FolderMapperIntegrationTest.php
+++ b/tests/Integration/Service/FolderMapperIntegrationTest.php
@@ -32,7 +32,7 @@ class FolderMapperIntegrationTest extends TestCase {
/** @var FolderMapper */
private $mapper;
- protected function setUp() {
+ protected function setUp(): void {
parent::setUp();
$this->mapper = new FolderMapper();