From: Morris Jobke Date: Fri, 7 Aug 2020 15:45:45 +0000 (+0200) Subject: Add proper deprecation message X-Git-Tag: v20.0.0beta1~110^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=96d418b37950369924b4566d8702e3237b7b187e;p=nextcloud-server.git Add proper deprecation message Signed-off-by: Morris Jobke --- diff --git a/lib/public/Group/Events/BeforeUserRemovedEvent.php b/lib/public/Group/Events/BeforeUserRemovedEvent.php index 0690cfbdc26..fb0f7f45191 100644 --- a/lib/public/Group/Events/BeforeUserRemovedEvent.php +++ b/lib/public/Group/Events/BeforeUserRemovedEvent.php @@ -32,7 +32,10 @@ use OCP\IUser; /** * @since 18.0.0 - * @deprecated 20.0.0 + * @deprecated 20.0.0 - it can't be guaranteed that this event is triggered in + * all case (e.g. for LDAP users this isn't possible) - if there is a valid use + * case please reach out in the issue tracker at + * https://github.com/nextcloud/server/issues */ class BeforeUserRemovedEvent extends Event {