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:
authorJoas Schilling <coding@schilljs.com>2022-04-07 10:03:12 +0300
committerJoas Schilling <coding@schilljs.com>2022-04-07 10:03:12 +0300
commit44104b9ab6b642785a8ffa5428f927c8f07c5898 (patch)
treed0509cbbe12a21d79cb250038fa26877db64ca8d /lib/Signaling/BackendNotifier.php
parent1c09388fb2d46b9aba667df74bc9799d27edddf3 (diff)
Fix type handling
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib/Signaling/BackendNotifier.php')
-rw-r--r--lib/Signaling/BackendNotifier.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Signaling/BackendNotifier.php b/lib/Signaling/BackendNotifier.php
index 5571cd955..63597b150 100644
--- a/lib/Signaling/BackendNotifier.php
+++ b/lib/Signaling/BackendNotifier.php
@@ -43,8 +43,7 @@ class BackendNotifier {
private ISecureRandom $secureRandom;
private Manager $signalingManager;
private ParticipantService $participantService;
- /** @var IUrlGenerator */
- private $urlGenerator;
+ private IURLGenerator $urlGenerator;
public function __construct(Config $config,
LoggerInterface $logger,