From c9beb17f249e346af48e202af47884fa0c591a87 Mon Sep 17 00:00:00 2001 From: Franz Liedke Date: Fri, 29 Nov 2019 23:17:08 +0000 Subject: [PATCH] Apply fixes from StyleCI --- extensions/lang-english/extend.php | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/extensions/lang-english/extend.php b/extensions/lang-english/extend.php index 7b40e0bb3..0fbf2080c 100644 --- a/extensions/lang-english/extend.php +++ b/extensions/lang-english/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. */ -return new Flarum\Extend\LanguagePack; +return new Flarum\Extend\LanguagePack();