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/Controller/SignalingControllerTest.php')
-rw-r--r--tests/php/Controller/SignalingControllerTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/php/Controller/SignalingControllerTest.php b/tests/php/Controller/SignalingControllerTest.php
index 55bdbac9f..24cb9ffdf 100644
--- a/tests/php/Controller/SignalingControllerTest.php
+++ b/tests/php/Controller/SignalingControllerTest.php
@@ -87,7 +87,7 @@ class SignalingControllerTest extends \Test\TestCase {
/** @var CustomInputSignalingController */
private $controller;
- public function setUp() {
+ public function setUp(): void {
parent::setUp();
$this->userId = 'testUser';