Fix return types in method documentation
authorMatthias Schmidt <gravatronics@live.com>
Mon, 10 May 2021 14:08:05 +0000 (16:08 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Mon, 10 May 2021 14:08:05 +0000 (16:08 +0200)
wcfsetup/install/files/lib/system/user/notification/event/ArticleUserNotificationEvent.class.php
wcfsetup/install/files/lib/system/user/notification/event/UserRegistrationUserNotificationEvent.class.php

index 7ab9acc1490df9cc2363970edd03c93605a72c52..71d1756d12153c468ee2e4cde9c752368b229021 100644 (file)
@@ -94,7 +94,7 @@ class ArticleUserNotificationEvent extends AbstractUserNotificationEvent impleme
 
     /**
      * @inheritDoc
-     * @return  Article[]
+     * @return  ArticleUserNotificationObject[]
      */
     public static function getTestObjects(UserProfile $recipient, UserProfile $author)
     {
index d3e76646d6b327d0c841b05eaa5336dfdcc73bde..df217c2289bfd6df8896d7f5a93e7210dfac499c 100644 (file)
@@ -95,7 +95,7 @@ class UserRegistrationUserNotificationEvent extends AbstractUserNotificationEven
 
     /**
      * @inheritDoc
-     * @return  UserFollowUserNotificationObject[]
+     * @return  UserRegistrationUserNotificationObject[]
      */
     public static function getTestObjects(UserProfile $recipient, UserProfile $author)
     {