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>2020-10-23 15:40:42 +0300
committerJoas Schilling <coding@schilljs.com>2020-10-30 12:38:49 +0300
commit8a5bcd17894250bbf99e763e656ed9e708b10e62 (patch)
tree2f236d8b8a3901c857da3423787917de3482421e /lib/Room.php
parentb22912e7bc63152c5354db558321d0e3547f7a7c (diff)
Fix PHP CS
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib/Room.php')
-rw-r--r--lib/Room.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/Room.php b/lib/Room.php
index bdeece6b6..ca88bea5d 100644
--- a/lib/Room.php
+++ b/lib/Room.php
@@ -27,9 +27,6 @@ declare(strict_types=1);
namespace OCA\Talk;
-use OCA\Talk\Events\AddParticipantsEvent;
-use OCA\Talk\Events\JoinRoomGuestEvent;
-use OCA\Talk\Events\JoinRoomUserEvent;
use OCA\Talk\Events\ModifyLobbyEvent;
use OCA\Talk\Events\ModifyParticipantEvent;
use OCA\Talk\Events\ModifyRoomEvent;
@@ -39,9 +36,7 @@ use OCA\Talk\Events\RemoveUserEvent;
use OCA\Talk\Events\RoomEvent;
use OCA\Talk\Events\SignalingRoomPropertiesEvent;
use OCA\Talk\Events\VerifyRoomPasswordEvent;
-use OCA\Talk\Exceptions\InvalidPasswordException;
use OCA\Talk\Exceptions\ParticipantNotFoundException;
-use OCA\Talk\Exceptions\UnauthorizedException;
use OCA\Talk\Service\ParticipantService;
use OCP\AppFramework\Utility\ITimeFactory;
use OCP\Comments\IComment;