From 67a8a3f1457bf9d164a40293aef77e94908b572a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Joshua=20R=C3=BCsweg?= Date: Wed, 29 Aug 2018 15:13:32 +0200 Subject: [PATCH] Add missing new line See #2642 --- .../object/type/ArticleUserNotificationObjectType.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install/files/lib/system/user/notification/object/type/ArticleUserNotificationObjectType.class.php b/wcfsetup/install/files/lib/system/user/notification/object/type/ArticleUserNotificationObjectType.class.php index 37becbb38c..764d6bab3b 100644 --- a/wcfsetup/install/files/lib/system/user/notification/object/type/ArticleUserNotificationObjectType.class.php +++ b/wcfsetup/install/files/lib/system/user/notification/object/type/ArticleUserNotificationObjectType.class.php @@ -27,4 +27,4 @@ class ArticleUserNotificationObjectType extends AbstractUserNotificationObjectTy * @inheritDoc */ protected static $objectListClassName = ArticleList::class; -} \ No newline at end of file +} -- 2.20.1