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 'lib/Events/SignalingEvent.php')
-rw-r--r--lib/Events/SignalingEvent.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Events/SignalingEvent.php b/lib/Events/SignalingEvent.php
index 615169ae1..aa25a91c7 100644
--- a/lib/Events/SignalingEvent.php
+++ b/lib/Events/SignalingEvent.php
@@ -1,4 +1,5 @@
<?php
+
declare(strict_types=1);
/**
* @copyright Copyright (c) 2019 Joas Schilling <coding@schilljs.com>
@@ -22,7 +23,6 @@ declare(strict_types=1);
namespace OCA\Talk\Events;
-
use OCA\Talk\Participant;
use OCA\Talk\Room;