From 907cc2fbe79c9f4ec90c2ef22c4908f72275e170 Mon Sep 17 00:00:00 2001 From: Franz Liedke Date: Fri, 29 Nov 2019 23:02:31 +0000 Subject: [PATCH] Apply fixes from StyleCI --- extensions/subscriptions/extend.php | 6 ++---- ...1_000000_add_subscription_to_users_discussions_table.php | 6 ++---- extensions/subscriptions/src/Gambit/SubscriptionGambit.php | 6 ++---- .../src/Listener/AddDiscussionSubscriptionAttribute.php | 6 ++---- .../DeleteNotificationWhenPostIsHiddenOrDeleted.php | 6 ++---- .../src/Listener/FilterDiscussionListBySubscription.php | 6 ++---- extensions/subscriptions/src/Listener/FollowAfterReply.php | 6 ++---- .../src/Listener/RestoreNotificationWhenPostIsRestored.php | 6 ++---- .../src/Listener/SaveSubscriptionToDatabase.php | 6 ++---- .../src/Listener/SendNotificationWhenReplyIsPosted.php | 6 ++---- .../subscriptions/src/Notification/NewPostBlueprint.php | 6 ++---- 11 files changed, 22 insertions(+), 44 deletions(-) diff --git a/extensions/subscriptions/extend.php b/extensions/subscriptions/extend.php index 20aefbdb6..af94a0c70 100644 --- a/extensions/subscriptions/extend.php +++ b/extensions/subscriptions/extend.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ use Flarum\Api\Event\Serializing; diff --git a/extensions/subscriptions/migrations/2015_05_11_000000_add_subscription_to_users_discussions_table.php b/extensions/subscriptions/migrations/2015_05_11_000000_add_subscription_to_users_discussions_table.php index 437661016..f9ef8e2ef 100644 --- a/extensions/subscriptions/migrations/2015_05_11_000000_add_subscription_to_users_discussions_table.php +++ b/extensions/subscriptions/migrations/2015_05_11_000000_add_subscription_to_users_discussions_table.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ use Flarum\Database\Migration; diff --git a/extensions/subscriptions/src/Gambit/SubscriptionGambit.php b/extensions/subscriptions/src/Gambit/SubscriptionGambit.php index 8c167220c..df848734f 100644 --- a/extensions/subscriptions/src/Gambit/SubscriptionGambit.php +++ b/extensions/subscriptions/src/Gambit/SubscriptionGambit.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Subscriptions\Gambit; diff --git a/extensions/subscriptions/src/Listener/AddDiscussionSubscriptionAttribute.php b/extensions/subscriptions/src/Listener/AddDiscussionSubscriptionAttribute.php index cced46c0b..6c4773e76 100755 --- a/extensions/subscriptions/src/Listener/AddDiscussionSubscriptionAttribute.php +++ b/extensions/subscriptions/src/Listener/AddDiscussionSubscriptionAttribute.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Subscriptions\Listener; diff --git a/extensions/subscriptions/src/Listener/DeleteNotificationWhenPostIsHiddenOrDeleted.php b/extensions/subscriptions/src/Listener/DeleteNotificationWhenPostIsHiddenOrDeleted.php index b0414ba5a..6749e0a58 100755 --- a/extensions/subscriptions/src/Listener/DeleteNotificationWhenPostIsHiddenOrDeleted.php +++ b/extensions/subscriptions/src/Listener/DeleteNotificationWhenPostIsHiddenOrDeleted.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Subscriptions\Listener; diff --git a/extensions/subscriptions/src/Listener/FilterDiscussionListBySubscription.php b/extensions/subscriptions/src/Listener/FilterDiscussionListBySubscription.php index 812c59653..7f976eda0 100755 --- a/extensions/subscriptions/src/Listener/FilterDiscussionListBySubscription.php +++ b/extensions/subscriptions/src/Listener/FilterDiscussionListBySubscription.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Subscriptions\Listener; diff --git a/extensions/subscriptions/src/Listener/FollowAfterReply.php b/extensions/subscriptions/src/Listener/FollowAfterReply.php index 78b6affe8..5dcec42a5 100644 --- a/extensions/subscriptions/src/Listener/FollowAfterReply.php +++ b/extensions/subscriptions/src/Listener/FollowAfterReply.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Subscriptions\Listener; diff --git a/extensions/subscriptions/src/Listener/RestoreNotificationWhenPostIsRestored.php b/extensions/subscriptions/src/Listener/RestoreNotificationWhenPostIsRestored.php index 61c4f6db8..a1fb150ae 100755 --- a/extensions/subscriptions/src/Listener/RestoreNotificationWhenPostIsRestored.php +++ b/extensions/subscriptions/src/Listener/RestoreNotificationWhenPostIsRestored.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Subscriptions\Listener; diff --git a/extensions/subscriptions/src/Listener/SaveSubscriptionToDatabase.php b/extensions/subscriptions/src/Listener/SaveSubscriptionToDatabase.php index e40ffafe4..1275ac5dc 100755 --- a/extensions/subscriptions/src/Listener/SaveSubscriptionToDatabase.php +++ b/extensions/subscriptions/src/Listener/SaveSubscriptionToDatabase.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Subscriptions\Listener; diff --git a/extensions/subscriptions/src/Listener/SendNotificationWhenReplyIsPosted.php b/extensions/subscriptions/src/Listener/SendNotificationWhenReplyIsPosted.php index a2895ab5e..1b9754134 100755 --- a/extensions/subscriptions/src/Listener/SendNotificationWhenReplyIsPosted.php +++ b/extensions/subscriptions/src/Listener/SendNotificationWhenReplyIsPosted.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Subscriptions\Listener; diff --git a/extensions/subscriptions/src/Notification/NewPostBlueprint.php b/extensions/subscriptions/src/Notification/NewPostBlueprint.php index aaaa894b9..99158182b 100644 --- a/extensions/subscriptions/src/Notification/NewPostBlueprint.php +++ b/extensions/subscriptions/src/Notification/NewPostBlueprint.php @@ -3,10 +3,8 @@ /* * This file is part of Flarum. * - * (c) Toby Zerner - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. + * For detailed copyright and license information, please view the + * LICENSE file that was distributed with this source code. */ namespace Flarum\Subscriptions\Notification;