Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/php/TalkSessionTest.php')
-rw-r--r--tests/php/TalkSessionTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/php/TalkSessionTest.php b/tests/php/TalkSessionTest.php
index 388411757..38ed812e6 100644
--- a/tests/php/TalkSessionTest.php
+++ b/tests/php/TalkSessionTest.php
@@ -37,7 +37,7 @@ class TalkSessionTest extends TestCase {
/** @var TalkSession */
protected $talkSession;
- public function setUp() {
+ public function setUp(): void {
parent::setUp();
$this->session = $this->createMock(ISession::class);