From 5add057eeda9c7e2dd5e5bedad28e580dafd5d99 Mon Sep 17 00:00:00 2001 From: Franz Liedke Date: Fri, 29 Nov 2019 23:02:20 +0000 Subject: [PATCH] Apply fixes from StyleCI --- extensions/pusher/extend.php | 6 ++---- extensions/pusher/src/Api/Controller/AuthController.php | 6 ++---- extensions/pusher/src/Listener/AddPusherApi.php | 6 ++---- extensions/pusher/src/Listener/PushNewPost.php | 6 ++---- extensions/pusher/src/Listener/PushNotification.php | 6 ++---- 5 files changed, 10 insertions(+), 20 deletions(-) diff --git a/extensions/pusher/extend.php b/extensions/pusher/extend.php index 993f3d213..72bcae15b 100644 --- a/extensions/pusher/extend.php +++ b/extensions/pusher/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/pusher/src/Api/Controller/AuthController.php b/extensions/pusher/src/Api/Controller/AuthController.php index 8831e609c..91177a757 100644 --- a/extensions/pusher/src/Api/Controller/AuthController.php +++ b/extensions/pusher/src/Api/Controller/AuthController.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\Pusher\Api\Controller; diff --git a/extensions/pusher/src/Listener/AddPusherApi.php b/extensions/pusher/src/Listener/AddPusherApi.php index 897019f12..f090fefe4 100755 --- a/extensions/pusher/src/Listener/AddPusherApi.php +++ b/extensions/pusher/src/Listener/AddPusherApi.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\Pusher\Listener; diff --git a/extensions/pusher/src/Listener/PushNewPost.php b/extensions/pusher/src/Listener/PushNewPost.php index dbbb7a99b..4c20218d1 100644 --- a/extensions/pusher/src/Listener/PushNewPost.php +++ b/extensions/pusher/src/Listener/PushNewPost.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\Pusher\Listener; diff --git a/extensions/pusher/src/Listener/PushNotification.php b/extensions/pusher/src/Listener/PushNotification.php index f0f4ac627..51d6c5e88 100644 --- a/extensions/pusher/src/Listener/PushNotification.php +++ b/extensions/pusher/src/Listener/PushNotification.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\Pusher\Listener;