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/Listener/RestrictStartingCallsTest.php')
-rw-r--r--tests/php/Listener/RestrictStartingCallsTest.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/php/Listener/RestrictStartingCallsTest.php b/tests/php/Listener/RestrictStartingCallsTest.php
index bdc2d2e43..b94da5a55 100644
--- a/tests/php/Listener/RestrictStartingCallsTest.php
+++ b/tests/php/Listener/RestrictStartingCallsTest.php
@@ -41,8 +41,7 @@ class RestrictStartingCallsTest extends TestCase {
protected $serverConfig;
/** @var ParticipantService|MockObject */
protected $participantService;
- /** @var RestrictStartingCalls */
- protected $listener;
+ protected ?RestrictStartingCalls $listener = null;
public function setUp(): void {
parent::setUp();