projects
/
GitHub
/
WoltLab
/
WCF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0b28aa
)
Fix return types in method documentation
author
Matthias Schmidt
<gravatronics@live.com>
Mon, 10 May 2021 14:08:05 +0000
(16:08 +0200)
committer
Matthias 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
patch
|
blob
|
blame
|
history
wcfsetup/install/files/lib/system/user/notification/event/UserRegistrationUserNotificationEvent.class.php
patch
|
blob
|
blame
|
history
diff --git
a/wcfsetup/install/files/lib/system/user/notification/event/ArticleUserNotificationEvent.class.php
b/wcfsetup/install/files/lib/system/user/notification/event/ArticleUserNotificationEvent.class.php
index 7ab9acc1490df9cc2363970edd03c93605a72c52..71d1756d12153c468ee2e4cde9c752368b229021 100644
(file)
--- a/
wcfsetup/install/files/lib/system/user/notification/event/ArticleUserNotificationEvent.class.php
+++ b/
wcfsetup/install/files/lib/system/user/notification/event/ArticleUserNotificationEvent.class.php
@@
-94,7
+94,7
@@
class ArticleUserNotificationEvent extends AbstractUserNotificationEvent impleme
/**
* @inheritDoc
- * @return Article[]
+ * @return Article
UserNotificationObject
[]
*/
public static function getTestObjects(UserProfile $recipient, UserProfile $author)
{
diff --git
a/wcfsetup/install/files/lib/system/user/notification/event/UserRegistrationUserNotificationEvent.class.php
b/wcfsetup/install/files/lib/system/user/notification/event/UserRegistrationUserNotificationEvent.class.php
index d3e76646d6b327d0c841b05eaa5336dfdcc73bde..df217c2289bfd6df8896d7f5a93e7210dfac499c 100644
(file)
--- a/
wcfsetup/install/files/lib/system/user/notification/event/UserRegistrationUserNotificationEvent.class.php
+++ b/
wcfsetup/install/files/lib/system/user/notification/event/UserRegistrationUserNotificationEvent.class.php
@@
-95,7
+95,7
@@
class UserRegistrationUserNotificationEvent extends AbstractUserNotificationEven
/**
* @inheritDoc
- * @return User
Follow
UserNotificationObject[]
+ * @return User
Registration
UserNotificationObject[]
*/
public static function getTestObjects(UserProfile $recipient, UserProfile $author)
{