aboutsummaryrefslogtreecommitdiffstats
path: root/apps/sharebymail
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2020-04-11 08:21:35 +0200
committerGitHub <noreply@github.com>2020-04-11 08:21:35 +0200
commitb5a30d5cd6b53831c0d6d2fd074dc0000fa811de (patch)
tree386f3cb5df4630a1e87dae706667772e590596b8 /apps/sharebymail
parent97de425a171adf9194dae75eede74cf9f3356cc8 (diff)
parenteea282ccc0d9dfae2d321efddce99cdb18158338 (diff)
downloadnextcloud-server-b5a30d5cd6b53831c0d6d2fd074dc0000fa811de.tar.gz
nextcloud-server-b5a30d5cd6b53831c0d6d2fd074dc0000fa811de.zip
Merge pull request #20426 from nextcloud/techdebt/psr2
It is done
Diffstat (limited to 'apps/sharebymail')
-rw-r--r--apps/sharebymail/lib/Activity.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/apps/sharebymail/lib/Activity.php b/apps/sharebymail/lib/Activity.php
index 757b2692e86..af8157523f1 100644
--- a/apps/sharebymail/lib/Activity.php
+++ b/apps/sharebymail/lib/Activity.php
@@ -60,12 +60,12 @@ class Activity implements IProvider {
/** @var array */
protected $contactNames = [];
- const SUBJECT_SHARED_EMAIL_SELF = 'shared_with_email_self';
- const SUBJECT_SHARED_EMAIL_BY = 'shared_with_email_by';
- const SUBJECT_SHARED_EMAIL_PASSWORD_SEND = 'shared_with_email_password_send';
- const SUBJECT_SHARED_EMAIL_PASSWORD_SEND_SELF = 'shared_with_email_password_send_self';
- const SUBJECT_UNSHARED_EMAIL_SELF = 'unshared_with_email_self';
- const SUBJECT_UNSHARED_EMAIL_BY = 'unshared_with_email_by';
+ public const SUBJECT_SHARED_EMAIL_SELF = 'shared_with_email_self';
+ public const SUBJECT_SHARED_EMAIL_BY = 'shared_with_email_by';
+ public const SUBJECT_SHARED_EMAIL_PASSWORD_SEND = 'shared_with_email_password_send';
+ public const SUBJECT_SHARED_EMAIL_PASSWORD_SEND_SELF = 'shared_with_email_password_send_self';
+ public const SUBJECT_UNSHARED_EMAIL_SELF = 'unshared_with_email_self';
+ public const SUBJECT_UNSHARED_EMAIL_BY = 'unshared_with_email_by';
/**
* @param IFactory $languageFactory