Add proper deprecation message

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
Morris Jobke 2020-08-07 17:45:45 +02:00
parent 084f5063f2
commit 96d418b379
No known key found for this signature in database
GPG Key ID: FE03C3A163FEDE68
1 changed files with 4 additions and 1 deletions

View File

@ -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 {