use wcf\data\user\UserAction;
use wcf\data\user\UserProfile;
use wcf\data\user\UserProfileList;
-use wcf\system\email\Email;
use wcf\system\email\mime\RecipientAwareTextMimePart;
+use wcf\system\email\Email;
use wcf\system\email\UserMailbox;
use wcf\system\exception\ImplementationException;
use wcf\system\language\LanguageFactory;
-use wcf\system\SingletonFactory;
use wcf\system\user\notification\event\ITestableUserNotificationEvent;
+use wcf\system\SingletonFactory;
use wcf\system\WCF;
use wcf\util\MathUtil;
use wcf\util\StringUtil;
throw new ImplementationException($className, ITestableUserNotificationEvent::class);
}
-
$authors = $this->getAuthors();
$firstAuthor = reset($authors);
<?php
namespace wcf\system\user\notification\event;
-use wcf\data\paid\subscription\PaidSubscription;
-use wcf\data\paid\subscription\PaidSubscriptionAction;
use wcf\data\paid\subscription\user\PaidSubscriptionUser;
use wcf\data\paid\subscription\user\PaidSubscriptionUserAction;
use wcf\data\paid\subscription\user\PaidSubscriptionUserList;
+use wcf\data\paid\subscription\PaidSubscription;
+use wcf\data\paid\subscription\PaidSubscriptionAction;
use wcf\data\user\UserProfile;
use wcf\system\request\LinkHandler;
use wcf\system\user\notification\object\PaidSubscriptionUserUserNotificationObject;
<?php
namespace wcf\system\user\notification\event;
+use wcf\data\comment\response\CommentResponse;
+use wcf\data\comment\response\CommentResponseAction;
use wcf\data\comment\Comment;
use wcf\data\comment\CommentAction;
use wcf\data\comment\CommentEditor;
-use wcf\data\comment\response\CommentResponse;
-use wcf\data\comment\response\CommentResponseAction;
use wcf\data\user\UserProfile;
use wcf\system\user\notification\object\CommentResponseUserNotificationObject;
use wcf\system\user\notification\object\IUserNotificationObject;
<?php
namespace wcf\system\user\notification\event;
-use wcf\data\like\Like;
use wcf\data\like\object\ILikeObject;
+use wcf\data\like\Like;
use wcf\data\user\UserProfile;
use wcf\system\cache\runtime\UserRuntimeCache;
use wcf\system\like\LikeHandler;
public static function getTestAdditionalData(IUserNotificationObject $object) {
return [];
}
-}
\ No newline at end of file
+}