From 9d9a0b7e06f1a6879658d227a5f8bb4dfbdf056a Mon Sep 17 00:00:00 2001 From: Bennet Becker Date: Mon, 26 Dec 2022 23:20:15 +0100 Subject: use constant as default value in value getter Signed-off-by: Bennet Becker --- lib/public/Mail/AutoSubmittedValue.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/public') diff --git a/lib/public/Mail/AutoSubmittedValue.php b/lib/public/Mail/AutoSubmittedValue.php index 3c3d9f13078..3cf669d00f7 100644 --- a/lib/public/Mail/AutoSubmittedValue.php +++ b/lib/public/Mail/AutoSubmittedValue.php @@ -31,7 +31,7 @@ namespace OCP\Mail; * The value "auto-notified" as per RFC 5436 is deliberately omitted as it is * meant of notification of the sieve system. * - * @see https://www.iana.org/assignments/auto-submitted-keywords/auto-submitted-keywords.xhtml + * @link https://www.iana.org/assignments/auto-submitted-keywords/auto-submitted-keywords.xhtml * * @since 26.0.0 */ -- cgit v1.2.3