From 268c7db35143c6ccce8285b785da7adc19750af3 Mon Sep 17 00:00:00 2001 From: Franz Liedke Date: Fri, 29 Nov 2019 23:01:27 +0000 Subject: [PATCH] Apply fixes from StyleCI --- extensions/akismet/extend.php | 6 ++---- .../migrations/2015_10_31_040129_add_is_spam_to_posts.php | 6 ++---- extensions/akismet/src/Listener/SubmitHam.php | 6 ++---- extensions/akismet/src/Listener/SubmitSpam.php | 6 ++---- extensions/akismet/src/Listener/ValidatePost.php | 6 ++---- 5 files changed, 10 insertions(+), 20 deletions(-) diff --git a/extensions/akismet/extend.php b/extensions/akismet/extend.php index 9dea94f39..3c2cb8f2c 100644 --- a/extensions/akismet/extend.php +++ b/extensions/akismet/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\Akismet\Listener; diff --git a/extensions/akismet/migrations/2015_10_31_040129_add_is_spam_to_posts.php b/extensions/akismet/migrations/2015_10_31_040129_add_is_spam_to_posts.php index b3aa0101f..904ed88fc 100644 --- a/extensions/akismet/migrations/2015_10_31_040129_add_is_spam_to_posts.php +++ b/extensions/akismet/migrations/2015_10_31_040129_add_is_spam_to_posts.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/akismet/src/Listener/SubmitHam.php b/extensions/akismet/src/Listener/SubmitHam.php index 2f7091c02..ab0278bce 100644 --- a/extensions/akismet/src/Listener/SubmitHam.php +++ b/extensions/akismet/src/Listener/SubmitHam.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\Akismet\Listener; diff --git a/extensions/akismet/src/Listener/SubmitSpam.php b/extensions/akismet/src/Listener/SubmitSpam.php index 7e2df07f1..070e311bb 100644 --- a/extensions/akismet/src/Listener/SubmitSpam.php +++ b/extensions/akismet/src/Listener/SubmitSpam.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\Akismet\Listener; diff --git a/extensions/akismet/src/Listener/ValidatePost.php b/extensions/akismet/src/Listener/ValidatePost.php index f989920b0..1a77aaf3b 100644 --- a/extensions/akismet/src/Listener/ValidatePost.php +++ b/extensions/akismet/src/Listener/ValidatePost.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\Akismet\Listener;