From 12d1bf1b7b32a3301e20db60c0de417c9018f8a8 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 2 Nov 2020 14:29:03 +0100 Subject: Fix CS and psalm Signed-off-by: Joas Schilling --- lib/Model/Attendee.php | 1 - psalm.xml | 5 +++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/Model/Attendee.php b/lib/Model/Attendee.php index 8725c365d..3189ede37 100644 --- a/lib/Model/Attendee.php +++ b/lib/Model/Attendee.php @@ -50,7 +50,6 @@ use OCP\AppFramework\Db\Entity; * @method int getLastMentionMessage() */ class Attendee extends Entity { - public const ACTOR_USERS = 'users'; public const ACTOR_GUESTS = 'guests'; public const ACTOR_EMAILS = 'emails'; diff --git a/psalm.xml b/psalm.xml index 050ae8101..70f2c04ad 100644 --- a/psalm.xml +++ b/psalm.xml @@ -20,13 +20,14 @@ - - + + + -- cgit v1.2.3