From caf5bd22dcda086e60f9ec5a13d9698ac492d6a5 Mon Sep 17 00:00:00 2001 From: Franz Liedke Date: Fri, 29 Nov 2019 23:01:54 +0000 Subject: [PATCH] Apply fixes from StyleCI --- extensions/emoji/extend.php | 6 ++---- ...018_09_29_060444_replace_emoji_shorcuts_with_unicode.php | 6 ++---- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/extensions/emoji/extend.php b/extensions/emoji/extend.php index 9026590df..9e85344b1 100644 --- a/extensions/emoji/extend.php +++ b/extensions/emoji/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\Extend; diff --git a/extensions/emoji/migrations/2018_09_29_060444_replace_emoji_shorcuts_with_unicode.php b/extensions/emoji/migrations/2018_09_29_060444_replace_emoji_shorcuts_with_unicode.php index a8870c031..b5c025e51 100644 --- a/extensions/emoji/migrations/2018_09_29_060444_replace_emoji_shorcuts_with_unicode.php +++ b/extensions/emoji/migrations/2018_09_29_060444_replace_emoji_shorcuts_with_unicode.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 Illuminate\Database\Schema\Builder;