From 41acc515d45a9fc142fb2dc764471413458382fe Mon Sep 17 00:00:00 2001 From: Simeon Dahl Date: Thu, 2 Nov 2017 13:54:05 +0100 Subject: [PATCH] Cleanup, removed space Removed a space in class to follow the same style as the others. Edit is pure cleanup. Change-Id: I0810e2cf5929dd8ac039e6ae2eff0d7b07f14196 --- includes/mail/MailAddress.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/mail/MailAddress.php b/includes/mail/MailAddress.php index ce1df0dbff..1686bbb048 100644 --- a/includes/mail/MailAddress.php +++ b/includes/mail/MailAddress.php @@ -30,7 +30,6 @@ * header format when requested. */ class MailAddress { - /** * @var string */ -- 2.20.1