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/FaviconSourceTest.php')
-rw-r--r--tests/Unit/Service/Avatar/FaviconSourceTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Unit/Service/Avatar/FaviconSourceTest.php b/tests/Unit/Service/Avatar/FaviconSourceTest.php
index d52aa4034..5213f0211 100644
--- a/tests/Unit/Service/Avatar/FaviconSourceTest.php
+++ b/tests/Unit/Service/Avatar/FaviconSourceTest.php
@@ -50,7 +50,7 @@ class FaviconSourceTest extends TestCase {
/** @var FaviconSource */
private $source;
- protected function setUp() {
+ protected function setUp(): void {
parent::setUp();
$this->clientService = $this->createMock(IClientService::class);