Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/event_update_notification.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-10-13 22:55:36 +0300
committerJoas Schilling <coding@schilljs.com>2022-10-13 22:56:28 +0300
commitadf13b1e4f75a129bdcc5ee985b0ce58ef16a247 (patch)
treec9b65592635574f8cb7499427c3dd04e7e76f08d
parentc831595cb5cdddd1d45aff78b4b64d5726200f2f (diff)
🩹 Fix CS
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--lib/EventListener.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/EventListener.php b/lib/EventListener.php
index 528cc30..bd1f354 100644
--- a/lib/EventListener.php
+++ b/lib/EventListener.php
@@ -42,7 +42,6 @@ use Sabre\VObject\Reader;
use Sabre\VObject\Recur\EventIterator;
class EventListener implements IEventListener {
-
/** @var INotificationManager */
protected $notificationManager;