Fix code style issues
authorMatthias Schmidt <gravatronics@live.com>
Mon, 31 Jul 2017 09:56:02 +0000 (11:56 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Mon, 31 Jul 2017 09:56:02 +0000 (11:56 +0200)
wcfsetup/install/files/lib/system/user/notification/TestableUserNotificationEventHandler.class.php
wcfsetup/install/files/lib/system/user/notification/event/ExpiringPaidSubscriptionUserUserNotificationEvent.class.php
wcfsetup/install/files/lib/system/user/notification/event/TTestableCommentResponseUserNotificationEvent.class.php
wcfsetup/install/files/lib/system/user/notification/event/TTestableLikeUserNotificationEvent.class.php
wcfsetup/install/files/lib/system/user/notification/event/TTestableUserNotificationEvent.class.php

index f85395a5335bf5ad62d1a2504107db9965091d96..7bcc053a4111f36b40d06731d9dc86109cb19bce 100644 (file)
@@ -7,13 +7,13 @@ use wcf\data\user\User;
 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;
@@ -202,7 +202,6 @@ class TestableUserNotificationEventHandler extends SingletonFactory {
                        throw new ImplementationException($className, ITestableUserNotificationEvent::class);
                }
                
-               
                $authors = $this->getAuthors();
                $firstAuthor = reset($authors);
                
index 06412373db5763d7d53253d2215e810f42f7dbf3..c6b785583511289476b87562d88f8ecd50cafb29 100644 (file)
@@ -1,10 +1,10 @@
 <?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;
index 6870fa2b00201a76e3f482e12786c54c816fc1c7..affe6c8168b49bde198916fbedc3a42c9b5eeedf 100644 (file)
@@ -1,10 +1,10 @@
 <?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;
index f2b3739eff2bc55bd95e91c4ecb17ed5901a390c..ce624811bb964da53fd93a14548bc8c92598ee82 100644 (file)
@@ -1,7 +1,7 @@
 <?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;
index 3cec1d6f9e246d983063c9f65937c841b917b37f..a85aa7b0c015ff94b98cba7694ac7e9f33870eb3 100644 (file)
@@ -45,4 +45,4 @@ trait TTestableUserNotificationEvent {
        public static function getTestAdditionalData(IUserNotificationObject $object) {
                return [];
        }
-}
\ No newline at end of file
+}