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/Attachment/AttachmentStorageTest.php')
-rw-r--r--tests/Unit/Service/Attachment/AttachmentStorageTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Unit/Service/Attachment/AttachmentStorageTest.php b/tests/Unit/Service/Attachment/AttachmentStorageTest.php
index d45d846f5..95089590b 100644
--- a/tests/Unit/Service/Attachment/AttachmentStorageTest.php
+++ b/tests/Unit/Service/Attachment/AttachmentStorageTest.php
@@ -42,7 +42,7 @@ class AttachmentStorageTest extends TestCase {
/** @var AttachmentStorage */
private $storage;
- protected function setUp() {
+ protected function setUp(): void {
parent::setUp();
file_put_contents($this->tmpFilePath, 'test test');