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
path: root/lib
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2021-07-15 18:00:50 +0300
committerJoas Schilling <coding@schilljs.com>2021-07-15 18:00:50 +0300
commit85b477aa67be084eb1ff5f2bd02cf9780da5edb7 (patch)
treee940bbc39280e3de6f4bfdfcc85dbf556244dd04 /lib
parent6d4126d4857bfd5f6c4aee12e629e6241e15599c (diff)
Fix psalm
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/Service/ParticipantService.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Service/ParticipantService.php b/lib/Service/ParticipantService.php
index 88f1f807c..457937bed 100644
--- a/lib/Service/ParticipantService.php
+++ b/lib/Service/ParticipantService.php
@@ -404,7 +404,6 @@ class ParticipantService {
* @throws ParticipantNotFoundException
*/
public function getCircle(string $circleId, string $userId): Circle {
- /** @var Circles $circlesApi */
try {
$circle = Circles::detailsCircle($circleId);
} catch (\Exception $e) {