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-06-08 10:11:58 +0300
committerJoas Schilling <coding@schilljs.com>2020-06-08 10:11:58 +0300
commita3c2adfbacac0f5a73a92cf4172f48a8ce2bc5e0 (patch)
treea9813ab3d5a429aee181aa4334189572e67fec9e /lib/Notification
parent2d2cbf04954a0821b7a2fc87a5010a1adefa6b2e (diff)
PHP CS fixing
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib/Notification')
-rw-r--r--lib/Notification/Listener.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Notification/Listener.php b/lib/Notification/Listener.php
index 51c270279..ec832633d 100644
--- a/lib/Notification/Listener.php
+++ b/lib/Notification/Listener.php
@@ -29,7 +29,6 @@ use OCA\Talk\Events\RoomEvent;
use OCA\Talk\Room;
use OCP\AppFramework\Utility\ITimeFactory;
use OCP\EventDispatcher\Event;
-use OCP\EventDispatcher\GenericEvent;
use OCP\EventDispatcher\IEventDispatcher;
use OCP\Notification\IApp;
use OCP\Notification\IManager;