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/Avatar/CacheTest.php')
-rw-r--r--tests/Unit/Service/Avatar/CacheTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Unit/Service/Avatar/CacheTest.php b/tests/Unit/Service/Avatar/CacheTest.php
index d8e0a9dca..36b76c121 100644
--- a/tests/Unit/Service/Avatar/CacheTest.php
+++ b/tests/Unit/Service/Avatar/CacheTest.php
@@ -48,7 +48,7 @@ class CacheTest extends TestCase {
/** @var Cache */
private $cache;
- protected function setUp() {
+ protected function setUp(): void {
parent::setUp();
$this->cacheFactory = $this->createMock(ICacheFactory::class);