From fc787924dec8131522ea6b12d4ef69fe00843688 Mon Sep 17 00:00:00 2001 From: Franz Liedke Date: Fri, 29 Nov 2019 23:02:40 +0000 Subject: [PATCH] Apply fixes from StyleCI --- extensions/tags/extend.php | 6 ++---- .../2015_02_24_000000_create_discussions_tags_table.php | 6 ++---- .../tags/migrations/2015_02_24_000000_create_tags_table.php | 6 ++---- .../2015_02_24_000000_create_users_tags_table.php | 6 ++---- .../migrations/2015_02_24_000000_set_default_settings.php | 6 ++---- .../tags/migrations/2015_10_19_061223_make_slug_unique.php | 6 ++---- .../2017_07_22_000000_add_default_permissions.php | 6 ++---- .../migrations/2018_06_27_085200_change_tags_columns.php | 6 ++---- .../2018_06_27_085300_change_tags_add_foreign_keys.php | 6 ++---- .../2018_06_27_090400_rename_users_tags_to_tag_user.php | 6 ++---- ...hange_tag_user_rename_read_time_to_marked_as_read_at.php | 6 ++---- .../2018_06_27_100200_change_tag_user_add_foreign_keys.php | 6 ++---- ..._27_103000_rename_discussions_tags_to_discussion_tag.php | 6 ++---- .../2018_06_27_103100_add_discussion_tag_foreign_keys.php | 6 ++---- .../migrations/2019_04_21_000000_add_icon_to_tags_table.php | 6 ++---- extensions/tags/src/Access/DiscussionPolicy.php | 6 ++---- extensions/tags/src/Access/FlagPolicy.php | 6 ++---- extensions/tags/src/Access/GlobalPolicy.php | 6 ++---- extensions/tags/src/Access/TagPolicy.php | 6 ++---- extensions/tags/src/Api/Controller/CreateTagController.php | 6 ++---- extensions/tags/src/Api/Controller/DeleteTagController.php | 6 ++---- extensions/tags/src/Api/Controller/ListTagsController.php | 6 ++---- extensions/tags/src/Api/Controller/OrderTagsController.php | 6 ++---- extensions/tags/src/Api/Controller/UpdateTagController.php | 6 ++---- extensions/tags/src/Api/Serializer/TagSerializer.php | 6 ++---- extensions/tags/src/Command/CreateTag.php | 6 ++---- extensions/tags/src/Command/CreateTagHandler.php | 6 ++---- extensions/tags/src/Command/DeleteTag.php | 6 ++---- extensions/tags/src/Command/DeleteTagHandler.php | 6 ++---- extensions/tags/src/Command/EditTag.php | 6 ++---- extensions/tags/src/Command/EditTagHandler.php | 6 ++---- extensions/tags/src/Content/Tag.php | 6 ++---- extensions/tags/src/Content/Tags.php | 6 ++---- extensions/tags/src/Event/DiscussionWasTagged.php | 6 ++---- extensions/tags/src/Event/TagWillBeSaved.php | 6 ++---- extensions/tags/src/Gambit/TagGambit.php | 6 ++---- .../tags/src/Listener/AddDiscussionTagsRelationship.php | 6 ++---- extensions/tags/src/Listener/AddForumTagsRelationship.php | 6 ++---- .../tags/src/Listener/CreatePostWhenTagsAreChanged.php | 6 ++---- extensions/tags/src/Listener/FilterDiscussionListByTags.php | 6 ++---- extensions/tags/src/Listener/FilterPostsQueryByTag.php | 6 ++---- .../tags/src/Listener/PrepareForumTagsApiAttributes.php | 6 ++---- extensions/tags/src/Listener/SaveTagsToDatabase.php | 6 ++---- extensions/tags/src/Listener/UpdateTagMetadata.php | 6 ++---- extensions/tags/src/Post/DiscussionTaggedPost.php | 6 ++---- extensions/tags/src/Tag.php | 6 ++---- extensions/tags/src/TagRepository.php | 6 ++---- extensions/tags/src/TagState.php | 6 ++---- extensions/tags/src/TagValidator.php | 6 ++---- 49 files changed, 98 insertions(+), 196 deletions(-) diff --git a/extensions/tags/extend.php b/extensions/tags/extend.php index f9e52e630..da9e58cc8 100644 --- a/extensions/tags/extend.php +++ b/extensions/tags/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/tags/migrations/2015_02_24_000000_create_discussions_tags_table.php b/extensions/tags/migrations/2015_02_24_000000_create_discussions_tags_table.php index 451df30cc..9e6ac6ae1 100644 --- a/extensions/tags/migrations/2015_02_24_000000_create_discussions_tags_table.php +++ b/extensions/tags/migrations/2015_02_24_000000_create_discussions_tags_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/tags/migrations/2015_02_24_000000_create_tags_table.php b/extensions/tags/migrations/2015_02_24_000000_create_tags_table.php index f9b3b63fe..0365be631 100644 --- a/extensions/tags/migrations/2015_02_24_000000_create_tags_table.php +++ b/extensions/tags/migrations/2015_02_24_000000_create_tags_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 Illuminate\Database\Schema\Blueprint; diff --git a/extensions/tags/migrations/2015_02_24_000000_create_users_tags_table.php b/extensions/tags/migrations/2015_02_24_000000_create_users_tags_table.php index 3887688dd..4d2855376 100644 --- a/extensions/tags/migrations/2015_02_24_000000_create_users_tags_table.php +++ b/extensions/tags/migrations/2015_02_24_000000_create_users_tags_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/tags/migrations/2015_02_24_000000_set_default_settings.php b/extensions/tags/migrations/2015_02_24_000000_set_default_settings.php index 51ed0ff03..f92ad076d 100644 --- a/extensions/tags/migrations/2015_02_24_000000_set_default_settings.php +++ b/extensions/tags/migrations/2015_02_24_000000_set_default_settings.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/tags/migrations/2015_10_19_061223_make_slug_unique.php b/extensions/tags/migrations/2015_10_19_061223_make_slug_unique.php index 955f8b306..3ae9b845c 100644 --- a/extensions/tags/migrations/2015_10_19_061223_make_slug_unique.php +++ b/extensions/tags/migrations/2015_10_19_061223_make_slug_unique.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\Blueprint; diff --git a/extensions/tags/migrations/2017_07_22_000000_add_default_permissions.php b/extensions/tags/migrations/2017_07_22_000000_add_default_permissions.php index 396d6f511..5b3c85866 100644 --- a/extensions/tags/migrations/2017_07_22_000000_add_default_permissions.php +++ b/extensions/tags/migrations/2017_07_22_000000_add_default_permissions.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/tags/migrations/2018_06_27_085200_change_tags_columns.php b/extensions/tags/migrations/2018_06_27_085200_change_tags_columns.php index 6e7dab4a7..00cccbbd8 100644 --- a/extensions/tags/migrations/2018_06_27_085200_change_tags_columns.php +++ b/extensions/tags/migrations/2018_06_27_085200_change_tags_columns.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\Blueprint; diff --git a/extensions/tags/migrations/2018_06_27_085300_change_tags_add_foreign_keys.php b/extensions/tags/migrations/2018_06_27_085300_change_tags_add_foreign_keys.php index 53749a3b3..71a8feaa2 100644 --- a/extensions/tags/migrations/2018_06_27_085300_change_tags_add_foreign_keys.php +++ b/extensions/tags/migrations/2018_06_27_085300_change_tags_add_foreign_keys.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\Query\Expression; diff --git a/extensions/tags/migrations/2018_06_27_090400_rename_users_tags_to_tag_user.php b/extensions/tags/migrations/2018_06_27_090400_rename_users_tags_to_tag_user.php index 5198f53ca..254f5f7f7 100644 --- a/extensions/tags/migrations/2018_06_27_090400_rename_users_tags_to_tag_user.php +++ b/extensions/tags/migrations/2018_06_27_090400_rename_users_tags_to_tag_user.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/tags/migrations/2018_06_27_100100_change_tag_user_rename_read_time_to_marked_as_read_at.php b/extensions/tags/migrations/2018_06_27_100100_change_tag_user_rename_read_time_to_marked_as_read_at.php index d6fc9bd05..2e2cb1919 100644 --- a/extensions/tags/migrations/2018_06_27_100100_change_tag_user_rename_read_time_to_marked_as_read_at.php +++ b/extensions/tags/migrations/2018_06_27_100100_change_tag_user_rename_read_time_to_marked_as_read_at.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/tags/migrations/2018_06_27_100200_change_tag_user_add_foreign_keys.php b/extensions/tags/migrations/2018_06_27_100200_change_tag_user_add_foreign_keys.php index 513170027..5d4ff6276 100644 --- a/extensions/tags/migrations/2018_06_27_100200_change_tag_user_add_foreign_keys.php +++ b/extensions/tags/migrations/2018_06_27_100200_change_tag_user_add_foreign_keys.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\Blueprint; diff --git a/extensions/tags/migrations/2018_06_27_103000_rename_discussions_tags_to_discussion_tag.php b/extensions/tags/migrations/2018_06_27_103000_rename_discussions_tags_to_discussion_tag.php index b064f9c6c..fadc812c0 100644 --- a/extensions/tags/migrations/2018_06_27_103000_rename_discussions_tags_to_discussion_tag.php +++ b/extensions/tags/migrations/2018_06_27_103000_rename_discussions_tags_to_discussion_tag.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/tags/migrations/2018_06_27_103100_add_discussion_tag_foreign_keys.php b/extensions/tags/migrations/2018_06_27_103100_add_discussion_tag_foreign_keys.php index 1719e2974..2ce8edbb3 100644 --- a/extensions/tags/migrations/2018_06_27_103100_add_discussion_tag_foreign_keys.php +++ b/extensions/tags/migrations/2018_06_27_103100_add_discussion_tag_foreign_keys.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\Blueprint; diff --git a/extensions/tags/migrations/2019_04_21_000000_add_icon_to_tags_table.php b/extensions/tags/migrations/2019_04_21_000000_add_icon_to_tags_table.php index 98fb56a5c..d26c9691a 100644 --- a/extensions/tags/migrations/2019_04_21_000000_add_icon_to_tags_table.php +++ b/extensions/tags/migrations/2019_04_21_000000_add_icon_to_tags_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/tags/src/Access/DiscussionPolicy.php b/extensions/tags/src/Access/DiscussionPolicy.php index 2db98e7cb..e131cee6e 100755 --- a/extensions/tags/src/Access/DiscussionPolicy.php +++ b/extensions/tags/src/Access/DiscussionPolicy.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\Tags\Access; diff --git a/extensions/tags/src/Access/FlagPolicy.php b/extensions/tags/src/Access/FlagPolicy.php index 54e56039b..659963e6a 100755 --- a/extensions/tags/src/Access/FlagPolicy.php +++ b/extensions/tags/src/Access/FlagPolicy.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\Tags\Access; diff --git a/extensions/tags/src/Access/GlobalPolicy.php b/extensions/tags/src/Access/GlobalPolicy.php index c8655d02e..20d4715f5 100644 --- a/extensions/tags/src/Access/GlobalPolicy.php +++ b/extensions/tags/src/Access/GlobalPolicy.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\Tags\Access; diff --git a/extensions/tags/src/Access/TagPolicy.php b/extensions/tags/src/Access/TagPolicy.php index ff08463ee..5e69f1b02 100755 --- a/extensions/tags/src/Access/TagPolicy.php +++ b/extensions/tags/src/Access/TagPolicy.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\Tags\Access; diff --git a/extensions/tags/src/Api/Controller/CreateTagController.php b/extensions/tags/src/Api/Controller/CreateTagController.php index fb5d5574e..e6a64bcc6 100644 --- a/extensions/tags/src/Api/Controller/CreateTagController.php +++ b/extensions/tags/src/Api/Controller/CreateTagController.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\Tags\Api\Controller; diff --git a/extensions/tags/src/Api/Controller/DeleteTagController.php b/extensions/tags/src/Api/Controller/DeleteTagController.php index bd5884c30..2e88440ce 100644 --- a/extensions/tags/src/Api/Controller/DeleteTagController.php +++ b/extensions/tags/src/Api/Controller/DeleteTagController.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\Tags\Api\Controller; diff --git a/extensions/tags/src/Api/Controller/ListTagsController.php b/extensions/tags/src/Api/Controller/ListTagsController.php index 2681179ef..966492973 100644 --- a/extensions/tags/src/Api/Controller/ListTagsController.php +++ b/extensions/tags/src/Api/Controller/ListTagsController.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\Tags\Api\Controller; diff --git a/extensions/tags/src/Api/Controller/OrderTagsController.php b/extensions/tags/src/Api/Controller/OrderTagsController.php index 7e774f716..69f0cb529 100644 --- a/extensions/tags/src/Api/Controller/OrderTagsController.php +++ b/extensions/tags/src/Api/Controller/OrderTagsController.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\Tags\Api\Controller; diff --git a/extensions/tags/src/Api/Controller/UpdateTagController.php b/extensions/tags/src/Api/Controller/UpdateTagController.php index 59eb36a7f..c79efb73f 100644 --- a/extensions/tags/src/Api/Controller/UpdateTagController.php +++ b/extensions/tags/src/Api/Controller/UpdateTagController.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\Tags\Api\Controller; diff --git a/extensions/tags/src/Api/Serializer/TagSerializer.php b/extensions/tags/src/Api/Serializer/TagSerializer.php index 0a475a91d..b8578dbed 100644 --- a/extensions/tags/src/Api/Serializer/TagSerializer.php +++ b/extensions/tags/src/Api/Serializer/TagSerializer.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\Tags\Api\Serializer; diff --git a/extensions/tags/src/Command/CreateTag.php b/extensions/tags/src/Command/CreateTag.php index 8d187d6bb..7254d83b8 100644 --- a/extensions/tags/src/Command/CreateTag.php +++ b/extensions/tags/src/Command/CreateTag.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\Tags\Command; diff --git a/extensions/tags/src/Command/CreateTagHandler.php b/extensions/tags/src/Command/CreateTagHandler.php index d6fb584a8..95b98962c 100644 --- a/extensions/tags/src/Command/CreateTagHandler.php +++ b/extensions/tags/src/Command/CreateTagHandler.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\Tags\Command; diff --git a/extensions/tags/src/Command/DeleteTag.php b/extensions/tags/src/Command/DeleteTag.php index a2f0a4293..447166bf2 100644 --- a/extensions/tags/src/Command/DeleteTag.php +++ b/extensions/tags/src/Command/DeleteTag.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\Tags\Command; diff --git a/extensions/tags/src/Command/DeleteTagHandler.php b/extensions/tags/src/Command/DeleteTagHandler.php index 76e92009f..55aadc163 100644 --- a/extensions/tags/src/Command/DeleteTagHandler.php +++ b/extensions/tags/src/Command/DeleteTagHandler.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\Tags\Command; diff --git a/extensions/tags/src/Command/EditTag.php b/extensions/tags/src/Command/EditTag.php index bf8a45f74..4615274e6 100644 --- a/extensions/tags/src/Command/EditTag.php +++ b/extensions/tags/src/Command/EditTag.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\Tags\Command; diff --git a/extensions/tags/src/Command/EditTagHandler.php b/extensions/tags/src/Command/EditTagHandler.php index cca4d6c13..c1a348b0f 100644 --- a/extensions/tags/src/Command/EditTagHandler.php +++ b/extensions/tags/src/Command/EditTagHandler.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\Tags\Command; diff --git a/extensions/tags/src/Content/Tag.php b/extensions/tags/src/Content/Tag.php index d1319c132..a6633198f 100644 --- a/extensions/tags/src/Content/Tag.php +++ b/extensions/tags/src/Content/Tag.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\Tags\Content; diff --git a/extensions/tags/src/Content/Tags.php b/extensions/tags/src/Content/Tags.php index 6b81324fd..517cd1238 100644 --- a/extensions/tags/src/Content/Tags.php +++ b/extensions/tags/src/Content/Tags.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\Tags\Content; diff --git a/extensions/tags/src/Event/DiscussionWasTagged.php b/extensions/tags/src/Event/DiscussionWasTagged.php index d915c7966..de1e047bb 100644 --- a/extensions/tags/src/Event/DiscussionWasTagged.php +++ b/extensions/tags/src/Event/DiscussionWasTagged.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\Tags\Event; diff --git a/extensions/tags/src/Event/TagWillBeSaved.php b/extensions/tags/src/Event/TagWillBeSaved.php index 8b97dca98..455f22e75 100644 --- a/extensions/tags/src/Event/TagWillBeSaved.php +++ b/extensions/tags/src/Event/TagWillBeSaved.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\Tags\Event; diff --git a/extensions/tags/src/Gambit/TagGambit.php b/extensions/tags/src/Gambit/TagGambit.php index cadd1b23e..a2381a8ff 100644 --- a/extensions/tags/src/Gambit/TagGambit.php +++ b/extensions/tags/src/Gambit/TagGambit.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\Tags\Gambit; diff --git a/extensions/tags/src/Listener/AddDiscussionTagsRelationship.php b/extensions/tags/src/Listener/AddDiscussionTagsRelationship.php index 3297d3030..2c3e53a73 100755 --- a/extensions/tags/src/Listener/AddDiscussionTagsRelationship.php +++ b/extensions/tags/src/Listener/AddDiscussionTagsRelationship.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\Tags\Listener; diff --git a/extensions/tags/src/Listener/AddForumTagsRelationship.php b/extensions/tags/src/Listener/AddForumTagsRelationship.php index 0473846c2..9baa89d47 100755 --- a/extensions/tags/src/Listener/AddForumTagsRelationship.php +++ b/extensions/tags/src/Listener/AddForumTagsRelationship.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\Tags\Listener; diff --git a/extensions/tags/src/Listener/CreatePostWhenTagsAreChanged.php b/extensions/tags/src/Listener/CreatePostWhenTagsAreChanged.php index 7bed30f60..1cab56677 100755 --- a/extensions/tags/src/Listener/CreatePostWhenTagsAreChanged.php +++ b/extensions/tags/src/Listener/CreatePostWhenTagsAreChanged.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\Tags\Listener; diff --git a/extensions/tags/src/Listener/FilterDiscussionListByTags.php b/extensions/tags/src/Listener/FilterDiscussionListByTags.php index 2e12da3fe..b7ff59257 100755 --- a/extensions/tags/src/Listener/FilterDiscussionListByTags.php +++ b/extensions/tags/src/Listener/FilterDiscussionListByTags.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\Tags\Listener; diff --git a/extensions/tags/src/Listener/FilterPostsQueryByTag.php b/extensions/tags/src/Listener/FilterPostsQueryByTag.php index b9ff6af30..cd443f872 100644 --- a/extensions/tags/src/Listener/FilterPostsQueryByTag.php +++ b/extensions/tags/src/Listener/FilterPostsQueryByTag.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\Tags\Listener; diff --git a/extensions/tags/src/Listener/PrepareForumTagsApiAttributes.php b/extensions/tags/src/Listener/PrepareForumTagsApiAttributes.php index 7a4303099..06eec435d 100755 --- a/extensions/tags/src/Listener/PrepareForumTagsApiAttributes.php +++ b/extensions/tags/src/Listener/PrepareForumTagsApiAttributes.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\Tags\Listener; diff --git a/extensions/tags/src/Listener/SaveTagsToDatabase.php b/extensions/tags/src/Listener/SaveTagsToDatabase.php index 5c2bb6a61..2d16fb5f8 100755 --- a/extensions/tags/src/Listener/SaveTagsToDatabase.php +++ b/extensions/tags/src/Listener/SaveTagsToDatabase.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\Tags\Listener; diff --git a/extensions/tags/src/Listener/UpdateTagMetadata.php b/extensions/tags/src/Listener/UpdateTagMetadata.php index 9ff742b6a..743299806 100755 --- a/extensions/tags/src/Listener/UpdateTagMetadata.php +++ b/extensions/tags/src/Listener/UpdateTagMetadata.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\Tags\Listener; diff --git a/extensions/tags/src/Post/DiscussionTaggedPost.php b/extensions/tags/src/Post/DiscussionTaggedPost.php index cb685544e..043697a4c 100755 --- a/extensions/tags/src/Post/DiscussionTaggedPost.php +++ b/extensions/tags/src/Post/DiscussionTaggedPost.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\Tags\Post; diff --git a/extensions/tags/src/Tag.php b/extensions/tags/src/Tag.php index 5e4c5e99d..fb3a05a69 100644 --- a/extensions/tags/src/Tag.php +++ b/extensions/tags/src/Tag.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\Tags; diff --git a/extensions/tags/src/TagRepository.php b/extensions/tags/src/TagRepository.php index 184081ce3..593ac7741 100644 --- a/extensions/tags/src/TagRepository.php +++ b/extensions/tags/src/TagRepository.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\Tags; diff --git a/extensions/tags/src/TagState.php b/extensions/tags/src/TagState.php index b090fe7c5..38a7fde76 100644 --- a/extensions/tags/src/TagState.php +++ b/extensions/tags/src/TagState.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\Tags; diff --git a/extensions/tags/src/TagValidator.php b/extensions/tags/src/TagValidator.php index 4e61b2008..5d75d7823 100644 --- a/extensions/tags/src/TagValidator.php +++ b/extensions/tags/src/TagValidator.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\Tags;