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/AvatarServiceTest.php')
-rw-r--r--tests/Unit/Service/AvatarServiceTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Unit/Service/AvatarServiceTest.php b/tests/Unit/Service/AvatarServiceTest.php
index 7acef6b42..83144dd0e 100644
--- a/tests/Unit/Service/AvatarServiceTest.php
+++ b/tests/Unit/Service/AvatarServiceTest.php
@@ -61,7 +61,7 @@ class AvatarServiceTest extends TestCase {
/** @var AvatarService */
private $avatarService;
- protected function setUp() {
+ protected function setUp(): void {
parent::setUp();
$this->source = $this->createMock(CompositeAvatarSource::class);