Remove unused import
[GitHub/WoltLab/WCF.git] / wcfsetup / install / files / lib / system / user / notification / event / ArticleUserNotificationEvent.class.php
index 7ab9acc1490df9cc2363970edd03c93605a72c52..922b1134c94270b6500d90d0a02e025f6975e7a6 100644 (file)
@@ -2,7 +2,6 @@
 
 namespace wcf\system\user\notification\event;
 
-use wcf\data\article\Article;
 use wcf\data\article\category\ArticleCategory;
 use wcf\data\user\UserProfile;
 use wcf\system\user\notification\object\ArticleUserNotificationObject;
@@ -94,7 +93,7 @@ class ArticleUserNotificationEvent extends AbstractUserNotificationEvent impleme
 
     /**
      * @inheritDoc
-     * @return  Article[]
+     * @return  ArticleUserNotificationObject[]
      */
     public static function getTestObjects(UserProfile $recipient, UserProfile $author)
     {