From c2cfbb914dcd46766d57ea6ae243e650121732ac Mon Sep 17 00:00:00 2001 From: "Timothy J. Warren" Date: Fri, 4 Mar 2022 12:32:17 -0500 Subject: [PATCH] Update header comments --- app/bootstrap.php | 4 ++-- build/header_comment.txt | 4 ++-- index.php | 4 ++-- src/AnimeClient/API/APIRequestBuilder.php | 4 ++-- src/AnimeClient/API/AbstractListItem.php | 4 ++-- src/AnimeClient/API/Anilist/ListItem.php | 4 ++-- src/AnimeClient/API/Anilist/MissingIdException.php | 4 ++-- src/AnimeClient/API/Anilist/Model.php | 4 ++-- src/AnimeClient/API/Anilist/RequestBuilder.php | 4 ++-- src/AnimeClient/API/Anilist/RequestBuilderTrait.php | 4 ++-- .../API/Anilist/Transformer/AnimeListTransformer.php | 4 ++-- .../API/Anilist/Transformer/MangaListTransformer.php | 4 ++-- src/AnimeClient/API/Anilist/Types/MediaListEntry.php | 4 ++-- src/AnimeClient/API/CacheTrait.php | 4 ++-- src/AnimeClient/API/Enum/AnimeWatchingStatus/Anilist.php | 4 ++-- src/AnimeClient/API/Enum/AnimeWatchingStatus/Kitsu.php | 4 ++-- src/AnimeClient/API/Enum/AnimeWatchingStatus/Route.php | 4 ++-- src/AnimeClient/API/Enum/AnimeWatchingStatus/Title.php | 4 ++-- src/AnimeClient/API/Enum/MangaReadingStatus/Anilist.php | 4 ++-- src/AnimeClient/API/Enum/MangaReadingStatus/Kitsu.php | 4 ++-- src/AnimeClient/API/Enum/MangaReadingStatus/Route.php | 4 ++-- src/AnimeClient/API/Enum/MangaReadingStatus/Title.php | 4 ++-- src/AnimeClient/API/FailedResponseException.php | 4 ++-- src/AnimeClient/API/Kitsu/Auth.php | 4 ++-- src/AnimeClient/API/Kitsu/Enum/AnimeAiringStatus.php | 4 ++-- src/AnimeClient/API/Kitsu/Enum/MangaPublishingStatus.php | 4 ++-- src/AnimeClient/API/Kitsu/ListItem.php | 4 ++-- src/AnimeClient/API/Kitsu/Model.php | 4 ++-- src/AnimeClient/API/Kitsu/MutationTrait.php | 4 ++-- src/AnimeClient/API/Kitsu/RequestBuilder.php | 4 ++-- src/AnimeClient/API/Kitsu/RequestBuilderTrait.php | 4 ++-- .../API/Kitsu/Transformer/AnimeHistoryTransformer.php | 4 ++-- .../API/Kitsu/Transformer/AnimeListTransformer.php | 4 ++-- src/AnimeClient/API/Kitsu/Transformer/AnimeTransformer.php | 4 ++-- .../API/Kitsu/Transformer/CharacterTransformer.php | 4 ++-- src/AnimeClient/API/Kitsu/Transformer/HistoryTransformer.php | 4 ++-- .../API/Kitsu/Transformer/LibraryEntryTransformer.php | 4 ++-- .../API/Kitsu/Transformer/MangaHistoryTransformer.php | 4 ++-- .../API/Kitsu/Transformer/MangaListTransformer.php | 4 ++-- src/AnimeClient/API/Kitsu/Transformer/MangaTransformer.php | 4 ++-- src/AnimeClient/API/Kitsu/Transformer/PersonTransformer.php | 4 ++-- src/AnimeClient/API/Kitsu/Transformer/UserTransformer.php | 4 ++-- src/AnimeClient/API/Mapping/AnimeWatchingStatus.php | 4 ++-- src/AnimeClient/API/Mapping/MangaReadingStatus.php | 4 ++-- src/AnimeClient/API/ParallelAPIRequest.php | 4 ++-- src/AnimeClient/Anilist.php | 4 ++-- src/AnimeClient/AnimeClient.php | 4 ++-- src/AnimeClient/Command/BaseCommand.php | 4 ++-- src/AnimeClient/Command/CacheClear.php | 4 ++-- src/AnimeClient/Command/CachePrime.php | 4 ++-- src/AnimeClient/Command/ClearThumbnails.php | 4 ++-- src/AnimeClient/Command/SyncLists.php | 4 ++-- src/AnimeClient/Command/UpdateThumbnails.php | 4 ++-- src/AnimeClient/Component/AnimeCover.php | 4 ++-- src/AnimeClient/Component/Character.php | 4 ++-- src/AnimeClient/Component/ComponentTrait.php | 4 ++-- src/AnimeClient/Component/MangaCover.php | 4 ++-- src/AnimeClient/Component/Media.php | 4 ++-- src/AnimeClient/Component/Tabs.php | 4 ++-- src/AnimeClient/Component/VerticalTabs.php | 4 ++-- src/AnimeClient/Controller.php | 4 ++-- src/AnimeClient/Controller/Anime.php | 4 ++-- src/AnimeClient/Controller/AnimeCollection.php | 4 ++-- src/AnimeClient/Controller/Character.php | 4 ++-- src/AnimeClient/Controller/History.php | 4 ++-- src/AnimeClient/Controller/Images.php | 4 ++-- src/AnimeClient/Controller/Manga.php | 4 ++-- src/AnimeClient/Controller/Misc.php | 4 ++-- src/AnimeClient/Controller/People.php | 4 ++-- src/AnimeClient/Controller/Settings.php | 4 ++-- src/AnimeClient/Controller/User.php | 4 ++-- src/AnimeClient/Dispatcher.php | 4 ++-- src/AnimeClient/Enum/API.php | 4 ++-- src/AnimeClient/Enum/EventType.php | 4 ++-- src/AnimeClient/Enum/MediaType.php | 4 ++-- src/AnimeClient/Enum/SyncAction.php | 4 ++-- src/AnimeClient/FormGenerator.php | 4 ++-- src/AnimeClient/Helper/Form.php | 4 ++-- src/AnimeClient/Helper/Menu.php | 4 ++-- src/AnimeClient/Helper/Picture.php | 4 ++-- src/AnimeClient/Kitsu.php | 4 ++-- src/AnimeClient/MenuGenerator.php | 4 ++-- src/AnimeClient/Model/API.php | 4 ++-- src/AnimeClient/Model/Anime.php | 4 ++-- src/AnimeClient/Model/AnimeCollection.php | 4 ++-- src/AnimeClient/Model/Collection.php | 4 ++-- src/AnimeClient/Model/DB.php | 4 ++-- src/AnimeClient/Model/Manga.php | 4 ++-- src/AnimeClient/Model/MediaTrait.php | 4 ++-- src/AnimeClient/Model/Settings.php | 4 ++-- src/AnimeClient/RoutingBase.php | 4 ++-- src/AnimeClient/Types/AbstractType.php | 4 ++-- src/AnimeClient/Types/Anime.php | 4 ++-- src/AnimeClient/Types/AnimeListItem.php | 4 ++-- src/AnimeClient/Types/AnimePage.php | 4 ++-- src/AnimeClient/Types/Character.php | 4 ++-- src/AnimeClient/Types/Characters.php | 4 ++-- src/AnimeClient/Types/Config.php | 4 ++-- src/AnimeClient/Types/Config/Anilist.php | 4 ++-- src/AnimeClient/Types/Config/Cache.php | 4 ++-- src/AnimeClient/Types/Config/Database.php | 4 ++-- src/AnimeClient/Types/FormItem.php | 4 ++-- src/AnimeClient/Types/FormItemData.php | 4 ++-- src/AnimeClient/Types/HistoryItem.php | 4 ++-- src/AnimeClient/Types/MangaListItem.php | 4 ++-- src/AnimeClient/Types/MangaListItemDetail.php | 4 ++-- src/AnimeClient/Types/MangaPage.php | 4 ++-- src/AnimeClient/Types/Media.php | 4 ++-- src/AnimeClient/Types/Person.php | 4 ++-- src/AnimeClient/Types/UndefinedPropertyException.php | 4 ++-- src/AnimeClient/Types/User.php | 4 ++-- src/AnimeClient/UrlGenerator.php | 4 ++-- src/AnimeClient/Util.php | 4 ++-- src/AnimeClient/constants.php | 4 ++-- src/Ion/Config.php | 4 ++-- src/Ion/ConfigInterface.php | 4 ++-- src/Ion/Di/Container.php | 4 ++-- src/Ion/Di/ContainerAware.php | 4 ++-- src/Ion/Di/ContainerAwareInterface.php | 4 ++-- src/Ion/Di/ContainerInterface.php | 4 ++-- src/Ion/Di/Exception/ContainerException.php | 4 ++-- src/Ion/Di/Exception/NotFoundException.php | 4 ++-- src/Ion/Enum.php | 4 ++-- src/Ion/Event.php | 4 ++-- src/Ion/Exception/ConfigException.php | 4 ++-- src/Ion/Exception/DoubleRenderException.php | 4 ++-- src/Ion/Exception/ImageCreationException.php | 4 ++-- src/Ion/Friend.php | 4 ++-- src/Ion/HttpViewInterface.php | 4 ++-- src/Ion/ImageBuilder.php | 4 ++-- src/Ion/Json.php | 4 ++-- src/Ion/JsonException.php | 4 ++-- src/Ion/Model.php | 4 ++-- src/Ion/Transformer/AbstractTransformer.php | 4 ++-- src/Ion/Transformer/TransformerInterface.php | 4 ++-- src/Ion/Type/ArrayType.php | 4 ++-- src/Ion/Type/StringType.php | 4 ++-- src/Ion/View/HtmlView.php | 4 ++-- src/Ion/View/HttpView.php | 4 ++-- src/Ion/View/JsonView.php | 4 ++-- src/Ion/ViewInterface.php | 4 ++-- src/Ion/functions.php | 4 ++-- tests/AnimeClient/API/APIRequestBuilderTest.php | 4 ++-- tests/AnimeClient/API/CacheTraitTest.php | 4 ++-- tests/AnimeClient/API/Kitsu/ModelTest.php | 4 ++-- .../API/Kitsu/Transformer/AnimeListTransformerTest.php | 4 ++-- .../API/Kitsu/Transformer/AnimeTransformerTest.php | 4 ++-- .../API/Kitsu/Transformer/CharacterTransformerTest.php | 4 ++-- .../API/Kitsu/Transformer/HistoryTransformerTest.php | 4 ++-- .../API/Kitsu/Transformer/MangaListTransformerTest.php | 4 ++-- .../API/Kitsu/Transformer/MangaTransformerTest.php | 4 ++-- .../API/Kitsu/Transformer/PersonTransformerTest.php | 4 ++-- .../AnimeClient/API/Kitsu/Transformer/UserTransformerTest.php | 4 ++-- tests/AnimeClient/API/ParallelAPIRequestTest.php | 4 ++-- tests/AnimeClient/AnimeClientTest.php | 4 ++-- tests/AnimeClient/AnimeClientTestCase.php | 4 ++-- tests/AnimeClient/Command/BaseCommandTest.php | 4 ++-- tests/AnimeClient/ControllerTest.php | 4 ++-- tests/AnimeClient/DispatcherTest.php | 4 ++-- tests/AnimeClient/FormGeneratorTest.php | 4 ++-- tests/AnimeClient/Helper/FormHelperTest.php | 4 ++-- tests/AnimeClient/Helper/MenuHelperTest.php | 4 ++-- tests/AnimeClient/Helper/PictureHelperTest.php | 4 ++-- tests/AnimeClient/KitsuTest.php | 4 ++-- tests/AnimeClient/MenuGeneratorTest.php | 4 ++-- tests/AnimeClient/RequirementsTest.php | 4 ++-- tests/AnimeClient/RoutingBaseTest.php | 4 ++-- tests/AnimeClient/TestSessionHandler.php | 4 ++-- tests/AnimeClient/Types/ConfigTest.php | 4 ++-- tests/AnimeClient/Types/ConfigTestCase.php | 4 ++-- tests/AnimeClient/UrlGeneratorTest.php | 4 ++-- tests/AnimeClient/UtilTest.php | 4 ++-- tests/Ion/BaseModelTest.php | 4 ++-- tests/Ion/ConfigTest.php | 4 ++-- tests/Ion/Di/ContainerAwareTest.php | 4 ++-- tests/Ion/Di/ContainerTest.php | 4 ++-- tests/Ion/EnumTest.php | 4 ++-- tests/Ion/EventTest.php | 4 ++-- tests/Ion/Exception/DoubleRenderExceptionTest.php | 4 ++-- tests/Ion/FriendTest.php | 4 ++-- tests/Ion/IonTestCase.php | 4 ++-- tests/Ion/JsonTest.php | 4 ++-- tests/Ion/TestSessionHandler.php | 4 ++-- tests/Ion/Transformer/AbstractTransformerTest.php | 4 ++-- tests/Ion/Type/ArrayTypeTest.php | 4 ++-- tests/Ion/Type/StringTypeTest.php | 4 ++-- tests/Ion/View/HtmlViewTest.php | 4 ++-- tests/Ion/View/HttpViewTest.php | 4 ++-- tests/Ion/View/JsonViewTest.php | 4 ++-- tests/Ion/functionsTest.php | 4 ++-- tests/Ion/mocks.php | 4 ++-- 191 files changed, 382 insertions(+), 382 deletions(-) diff --git a/app/bootstrap.php b/app/bootstrap.php index abeb895f..120780ac 100644 --- a/app/bootstrap.php +++ b/app/bootstrap.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/build/header_comment.txt b/build/header_comment.txt index f8b8c45c..ba700e07 100644 --- a/build/header_comment.txt +++ b/build/header_comment.txt @@ -6,8 +6,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/index.php b/index.php index 1f8c9346..8a985ee7 100644 --- a/index.php +++ b/index.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/API/APIRequestBuilder.php b/src/AnimeClient/API/APIRequestBuilder.php index a82eb698..6720b670 100644 --- a/src/AnimeClient/API/APIRequestBuilder.php +++ b/src/AnimeClient/API/APIRequestBuilder.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/API/AbstractListItem.php b/src/AnimeClient/API/AbstractListItem.php index 2e8944f3..5de1640e 100644 --- a/src/AnimeClient/API/AbstractListItem.php +++ b/src/AnimeClient/API/AbstractListItem.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/API/Anilist/ListItem.php b/src/AnimeClient/API/Anilist/ListItem.php index e8ea58d3..d3aa5e08 100644 --- a/src/AnimeClient/API/Anilist/ListItem.php +++ b/src/AnimeClient/API/Anilist/ListItem.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/API/Anilist/MissingIdException.php b/src/AnimeClient/API/Anilist/MissingIdException.php index cb6e8bfb..35f891af 100644 --- a/src/AnimeClient/API/Anilist/MissingIdException.php +++ b/src/AnimeClient/API/Anilist/MissingIdException.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/API/Anilist/Model.php b/src/AnimeClient/API/Anilist/Model.php index be56bff9..a9195f7e 100644 --- a/src/AnimeClient/API/Anilist/Model.php +++ b/src/AnimeClient/API/Anilist/Model.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/API/Anilist/RequestBuilder.php b/src/AnimeClient/API/Anilist/RequestBuilder.php index 5c728b7d..84d11ef4 100644 --- a/src/AnimeClient/API/Anilist/RequestBuilder.php +++ b/src/AnimeClient/API/Anilist/RequestBuilder.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/API/Anilist/RequestBuilderTrait.php b/src/AnimeClient/API/Anilist/RequestBuilderTrait.php index d8e5028c..5d026af1 100644 --- a/src/AnimeClient/API/Anilist/RequestBuilderTrait.php +++ b/src/AnimeClient/API/Anilist/RequestBuilderTrait.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/API/Anilist/Transformer/AnimeListTransformer.php b/src/AnimeClient/API/Anilist/Transformer/AnimeListTransformer.php index b5189f7a..6970379a 100644 --- a/src/AnimeClient/API/Anilist/Transformer/AnimeListTransformer.php +++ b/src/AnimeClient/API/Anilist/Transformer/AnimeListTransformer.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/API/Anilist/Transformer/MangaListTransformer.php b/src/AnimeClient/API/Anilist/Transformer/MangaListTransformer.php index d494c48e..0e4274a2 100644 --- a/src/AnimeClient/API/Anilist/Transformer/MangaListTransformer.php +++ b/src/AnimeClient/API/Anilist/Transformer/MangaListTransformer.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/API/Anilist/Types/MediaListEntry.php b/src/AnimeClient/API/Anilist/Types/MediaListEntry.php index 05919791..684edd2f 100644 --- a/src/AnimeClient/API/Anilist/Types/MediaListEntry.php +++ b/src/AnimeClient/API/Anilist/Types/MediaListEntry.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/API/CacheTrait.php b/src/AnimeClient/API/CacheTrait.php index b3490c74..da77605c 100644 --- a/src/AnimeClient/API/CacheTrait.php +++ b/src/AnimeClient/API/CacheTrait.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/API/Enum/AnimeWatchingStatus/Anilist.php b/src/AnimeClient/API/Enum/AnimeWatchingStatus/Anilist.php index 3df76050..650bcb18 100644 --- a/src/AnimeClient/API/Enum/AnimeWatchingStatus/Anilist.php +++ b/src/AnimeClient/API/Enum/AnimeWatchingStatus/Anilist.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/API/Enum/AnimeWatchingStatus/Kitsu.php b/src/AnimeClient/API/Enum/AnimeWatchingStatus/Kitsu.php index aa3d2e12..d8e58f0a 100644 --- a/src/AnimeClient/API/Enum/AnimeWatchingStatus/Kitsu.php +++ b/src/AnimeClient/API/Enum/AnimeWatchingStatus/Kitsu.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/API/Enum/AnimeWatchingStatus/Route.php b/src/AnimeClient/API/Enum/AnimeWatchingStatus/Route.php index 56501da4..fe2011e1 100644 --- a/src/AnimeClient/API/Enum/AnimeWatchingStatus/Route.php +++ b/src/AnimeClient/API/Enum/AnimeWatchingStatus/Route.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/API/Enum/AnimeWatchingStatus/Title.php b/src/AnimeClient/API/Enum/AnimeWatchingStatus/Title.php index ddaca39e..bdaa96dc 100644 --- a/src/AnimeClient/API/Enum/AnimeWatchingStatus/Title.php +++ b/src/AnimeClient/API/Enum/AnimeWatchingStatus/Title.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/API/Enum/MangaReadingStatus/Anilist.php b/src/AnimeClient/API/Enum/MangaReadingStatus/Anilist.php index cb93faf9..169e80ac 100644 --- a/src/AnimeClient/API/Enum/MangaReadingStatus/Anilist.php +++ b/src/AnimeClient/API/Enum/MangaReadingStatus/Anilist.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/API/Enum/MangaReadingStatus/Kitsu.php b/src/AnimeClient/API/Enum/MangaReadingStatus/Kitsu.php index 5d547015..e964f138 100644 --- a/src/AnimeClient/API/Enum/MangaReadingStatus/Kitsu.php +++ b/src/AnimeClient/API/Enum/MangaReadingStatus/Kitsu.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/API/Enum/MangaReadingStatus/Route.php b/src/AnimeClient/API/Enum/MangaReadingStatus/Route.php index 99e4ad25..06c0cfe6 100644 --- a/src/AnimeClient/API/Enum/MangaReadingStatus/Route.php +++ b/src/AnimeClient/API/Enum/MangaReadingStatus/Route.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/API/Enum/MangaReadingStatus/Title.php b/src/AnimeClient/API/Enum/MangaReadingStatus/Title.php index cba4dbc7..e0814b0d 100644 --- a/src/AnimeClient/API/Enum/MangaReadingStatus/Title.php +++ b/src/AnimeClient/API/Enum/MangaReadingStatus/Title.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/API/FailedResponseException.php b/src/AnimeClient/API/FailedResponseException.php index 4ff3c391..4a5cbfc5 100644 --- a/src/AnimeClient/API/FailedResponseException.php +++ b/src/AnimeClient/API/FailedResponseException.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/API/Kitsu/Auth.php b/src/AnimeClient/API/Kitsu/Auth.php index 879ada2f..f6d8ce04 100644 --- a/src/AnimeClient/API/Kitsu/Auth.php +++ b/src/AnimeClient/API/Kitsu/Auth.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/API/Kitsu/Enum/AnimeAiringStatus.php b/src/AnimeClient/API/Kitsu/Enum/AnimeAiringStatus.php index 3fb145d6..28c134d3 100644 --- a/src/AnimeClient/API/Kitsu/Enum/AnimeAiringStatus.php +++ b/src/AnimeClient/API/Kitsu/Enum/AnimeAiringStatus.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/API/Kitsu/Enum/MangaPublishingStatus.php b/src/AnimeClient/API/Kitsu/Enum/MangaPublishingStatus.php index 93966972..aa89916c 100644 --- a/src/AnimeClient/API/Kitsu/Enum/MangaPublishingStatus.php +++ b/src/AnimeClient/API/Kitsu/Enum/MangaPublishingStatus.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/API/Kitsu/ListItem.php b/src/AnimeClient/API/Kitsu/ListItem.php index cb18b511..7152a345 100644 --- a/src/AnimeClient/API/Kitsu/ListItem.php +++ b/src/AnimeClient/API/Kitsu/ListItem.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/API/Kitsu/Model.php b/src/AnimeClient/API/Kitsu/Model.php index 390e2046..51904575 100644 --- a/src/AnimeClient/API/Kitsu/Model.php +++ b/src/AnimeClient/API/Kitsu/Model.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/API/Kitsu/MutationTrait.php b/src/AnimeClient/API/Kitsu/MutationTrait.php index bf2754fe..e9a108cc 100644 --- a/src/AnimeClient/API/Kitsu/MutationTrait.php +++ b/src/AnimeClient/API/Kitsu/MutationTrait.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/API/Kitsu/RequestBuilder.php b/src/AnimeClient/API/Kitsu/RequestBuilder.php index cc4e15db..9683ca18 100644 --- a/src/AnimeClient/API/Kitsu/RequestBuilder.php +++ b/src/AnimeClient/API/Kitsu/RequestBuilder.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/API/Kitsu/RequestBuilderTrait.php b/src/AnimeClient/API/Kitsu/RequestBuilderTrait.php index 9cee531a..cb0b44e6 100644 --- a/src/AnimeClient/API/Kitsu/RequestBuilderTrait.php +++ b/src/AnimeClient/API/Kitsu/RequestBuilderTrait.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/API/Kitsu/Transformer/AnimeHistoryTransformer.php b/src/AnimeClient/API/Kitsu/Transformer/AnimeHistoryTransformer.php index 12db67fb..ab5f2c78 100644 --- a/src/AnimeClient/API/Kitsu/Transformer/AnimeHistoryTransformer.php +++ b/src/AnimeClient/API/Kitsu/Transformer/AnimeHistoryTransformer.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/API/Kitsu/Transformer/AnimeListTransformer.php b/src/AnimeClient/API/Kitsu/Transformer/AnimeListTransformer.php index 296ede7b..8b478d1d 100644 --- a/src/AnimeClient/API/Kitsu/Transformer/AnimeListTransformer.php +++ b/src/AnimeClient/API/Kitsu/Transformer/AnimeListTransformer.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/API/Kitsu/Transformer/AnimeTransformer.php b/src/AnimeClient/API/Kitsu/Transformer/AnimeTransformer.php index d3e823ab..7511ca8a 100644 --- a/src/AnimeClient/API/Kitsu/Transformer/AnimeTransformer.php +++ b/src/AnimeClient/API/Kitsu/Transformer/AnimeTransformer.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/API/Kitsu/Transformer/CharacterTransformer.php b/src/AnimeClient/API/Kitsu/Transformer/CharacterTransformer.php index 6b3f76e3..3e256f7c 100644 --- a/src/AnimeClient/API/Kitsu/Transformer/CharacterTransformer.php +++ b/src/AnimeClient/API/Kitsu/Transformer/CharacterTransformer.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/API/Kitsu/Transformer/HistoryTransformer.php b/src/AnimeClient/API/Kitsu/Transformer/HistoryTransformer.php index 1f0fbe89..2691b6f3 100644 --- a/src/AnimeClient/API/Kitsu/Transformer/HistoryTransformer.php +++ b/src/AnimeClient/API/Kitsu/Transformer/HistoryTransformer.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/API/Kitsu/Transformer/LibraryEntryTransformer.php b/src/AnimeClient/API/Kitsu/Transformer/LibraryEntryTransformer.php index d0b3c16a..b49bc703 100644 --- a/src/AnimeClient/API/Kitsu/Transformer/LibraryEntryTransformer.php +++ b/src/AnimeClient/API/Kitsu/Transformer/LibraryEntryTransformer.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/API/Kitsu/Transformer/MangaHistoryTransformer.php b/src/AnimeClient/API/Kitsu/Transformer/MangaHistoryTransformer.php index f21fdab7..9b17b541 100644 --- a/src/AnimeClient/API/Kitsu/Transformer/MangaHistoryTransformer.php +++ b/src/AnimeClient/API/Kitsu/Transformer/MangaHistoryTransformer.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/API/Kitsu/Transformer/MangaListTransformer.php b/src/AnimeClient/API/Kitsu/Transformer/MangaListTransformer.php index e9fec650..18876318 100644 --- a/src/AnimeClient/API/Kitsu/Transformer/MangaListTransformer.php +++ b/src/AnimeClient/API/Kitsu/Transformer/MangaListTransformer.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/API/Kitsu/Transformer/MangaTransformer.php b/src/AnimeClient/API/Kitsu/Transformer/MangaTransformer.php index 122244db..815e8ad8 100644 --- a/src/AnimeClient/API/Kitsu/Transformer/MangaTransformer.php +++ b/src/AnimeClient/API/Kitsu/Transformer/MangaTransformer.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/API/Kitsu/Transformer/PersonTransformer.php b/src/AnimeClient/API/Kitsu/Transformer/PersonTransformer.php index 6c9524ee..07f8d4c8 100644 --- a/src/AnimeClient/API/Kitsu/Transformer/PersonTransformer.php +++ b/src/AnimeClient/API/Kitsu/Transformer/PersonTransformer.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/API/Kitsu/Transformer/UserTransformer.php b/src/AnimeClient/API/Kitsu/Transformer/UserTransformer.php index c0f7ed51..713ae8b8 100644 --- a/src/AnimeClient/API/Kitsu/Transformer/UserTransformer.php +++ b/src/AnimeClient/API/Kitsu/Transformer/UserTransformer.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/API/Mapping/AnimeWatchingStatus.php b/src/AnimeClient/API/Mapping/AnimeWatchingStatus.php index b90839ce..1f4b3af4 100644 --- a/src/AnimeClient/API/Mapping/AnimeWatchingStatus.php +++ b/src/AnimeClient/API/Mapping/AnimeWatchingStatus.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/API/Mapping/MangaReadingStatus.php b/src/AnimeClient/API/Mapping/MangaReadingStatus.php index c4c9da5b..90b678dd 100644 --- a/src/AnimeClient/API/Mapping/MangaReadingStatus.php +++ b/src/AnimeClient/API/Mapping/MangaReadingStatus.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/API/ParallelAPIRequest.php b/src/AnimeClient/API/ParallelAPIRequest.php index c9140320..a1264bc0 100644 --- a/src/AnimeClient/API/ParallelAPIRequest.php +++ b/src/AnimeClient/API/ParallelAPIRequest.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/Anilist.php b/src/AnimeClient/Anilist.php index c1d85565..cd156411 100644 --- a/src/AnimeClient/Anilist.php +++ b/src/AnimeClient/Anilist.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/AnimeClient.php b/src/AnimeClient/AnimeClient.php index da475d32..e55541ec 100644 --- a/src/AnimeClient/AnimeClient.php +++ b/src/AnimeClient/AnimeClient.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/Command/BaseCommand.php b/src/AnimeClient/Command/BaseCommand.php index a363478e..ed2edb60 100644 --- a/src/AnimeClient/Command/BaseCommand.php +++ b/src/AnimeClient/Command/BaseCommand.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/Command/CacheClear.php b/src/AnimeClient/Command/CacheClear.php index 3afa1240..68a00df2 100644 --- a/src/AnimeClient/Command/CacheClear.php +++ b/src/AnimeClient/Command/CacheClear.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/Command/CachePrime.php b/src/AnimeClient/Command/CachePrime.php index ca8a9d56..d7ecc7eb 100644 --- a/src/AnimeClient/Command/CachePrime.php +++ b/src/AnimeClient/Command/CachePrime.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/Command/ClearThumbnails.php b/src/AnimeClient/Command/ClearThumbnails.php index b776a6f1..0066449a 100644 --- a/src/AnimeClient/Command/ClearThumbnails.php +++ b/src/AnimeClient/Command/ClearThumbnails.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/Command/SyncLists.php b/src/AnimeClient/Command/SyncLists.php index 1906c3fc..42fffaea 100644 --- a/src/AnimeClient/Command/SyncLists.php +++ b/src/AnimeClient/Command/SyncLists.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/Command/UpdateThumbnails.php b/src/AnimeClient/Command/UpdateThumbnails.php index f4699a67..388b6294 100644 --- a/src/AnimeClient/Command/UpdateThumbnails.php +++ b/src/AnimeClient/Command/UpdateThumbnails.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/Component/AnimeCover.php b/src/AnimeClient/Component/AnimeCover.php index b27debe1..267e400c 100644 --- a/src/AnimeClient/Component/AnimeCover.php +++ b/src/AnimeClient/Component/AnimeCover.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/Component/Character.php b/src/AnimeClient/Component/Character.php index ef4b0554..7ed025d6 100644 --- a/src/AnimeClient/Component/Character.php +++ b/src/AnimeClient/Component/Character.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/Component/ComponentTrait.php b/src/AnimeClient/Component/ComponentTrait.php index 7a15c9ec..e1d6c77d 100644 --- a/src/AnimeClient/Component/ComponentTrait.php +++ b/src/AnimeClient/Component/ComponentTrait.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/Component/MangaCover.php b/src/AnimeClient/Component/MangaCover.php index ffcb8fe1..603c40a0 100644 --- a/src/AnimeClient/Component/MangaCover.php +++ b/src/AnimeClient/Component/MangaCover.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/Component/Media.php b/src/AnimeClient/Component/Media.php index 123e5e5c..f88079f8 100644 --- a/src/AnimeClient/Component/Media.php +++ b/src/AnimeClient/Component/Media.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/Component/Tabs.php b/src/AnimeClient/Component/Tabs.php index 2bba66bb..e4054395 100644 --- a/src/AnimeClient/Component/Tabs.php +++ b/src/AnimeClient/Component/Tabs.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/Component/VerticalTabs.php b/src/AnimeClient/Component/VerticalTabs.php index 949b0891..5c04994a 100644 --- a/src/AnimeClient/Component/VerticalTabs.php +++ b/src/AnimeClient/Component/VerticalTabs.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/Controller.php b/src/AnimeClient/Controller.php index d291d8e6..681e3e85 100644 --- a/src/AnimeClient/Controller.php +++ b/src/AnimeClient/Controller.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/Controller/Anime.php b/src/AnimeClient/Controller/Anime.php index 049db781..b0994768 100644 --- a/src/AnimeClient/Controller/Anime.php +++ b/src/AnimeClient/Controller/Anime.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/Controller/AnimeCollection.php b/src/AnimeClient/Controller/AnimeCollection.php index df5f2e25..66ed3908 100644 --- a/src/AnimeClient/Controller/AnimeCollection.php +++ b/src/AnimeClient/Controller/AnimeCollection.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/Controller/Character.php b/src/AnimeClient/Controller/Character.php index e896174f..6808b746 100644 --- a/src/AnimeClient/Controller/Character.php +++ b/src/AnimeClient/Controller/Character.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/Controller/History.php b/src/AnimeClient/Controller/History.php index cd153a95..0257df92 100644 --- a/src/AnimeClient/Controller/History.php +++ b/src/AnimeClient/Controller/History.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/Controller/Images.php b/src/AnimeClient/Controller/Images.php index 4fe2f923..a78a5b12 100644 --- a/src/AnimeClient/Controller/Images.php +++ b/src/AnimeClient/Controller/Images.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/Controller/Manga.php b/src/AnimeClient/Controller/Manga.php index ac185f02..f7ecf05c 100644 --- a/src/AnimeClient/Controller/Manga.php +++ b/src/AnimeClient/Controller/Manga.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/Controller/Misc.php b/src/AnimeClient/Controller/Misc.php index e9a08855..08c0c1ae 100644 --- a/src/AnimeClient/Controller/Misc.php +++ b/src/AnimeClient/Controller/Misc.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/Controller/People.php b/src/AnimeClient/Controller/People.php index aa098ed3..80ff45f5 100644 --- a/src/AnimeClient/Controller/People.php +++ b/src/AnimeClient/Controller/People.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/Controller/Settings.php b/src/AnimeClient/Controller/Settings.php index 0f4a113e..c61ebcb1 100644 --- a/src/AnimeClient/Controller/Settings.php +++ b/src/AnimeClient/Controller/Settings.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/Controller/User.php b/src/AnimeClient/Controller/User.php index 402bd9f2..4a06eaac 100644 --- a/src/AnimeClient/Controller/User.php +++ b/src/AnimeClient/Controller/User.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/Dispatcher.php b/src/AnimeClient/Dispatcher.php index 3f513bd0..f1f90c6a 100644 --- a/src/AnimeClient/Dispatcher.php +++ b/src/AnimeClient/Dispatcher.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/Enum/API.php b/src/AnimeClient/Enum/API.php index f574461c..cd386259 100644 --- a/src/AnimeClient/Enum/API.php +++ b/src/AnimeClient/Enum/API.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/Enum/EventType.php b/src/AnimeClient/Enum/EventType.php index f6804596..8b6290ea 100644 --- a/src/AnimeClient/Enum/EventType.php +++ b/src/AnimeClient/Enum/EventType.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/Enum/MediaType.php b/src/AnimeClient/Enum/MediaType.php index 71b5baca..48ecb66c 100644 --- a/src/AnimeClient/Enum/MediaType.php +++ b/src/AnimeClient/Enum/MediaType.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/Enum/SyncAction.php b/src/AnimeClient/Enum/SyncAction.php index bad7703f..95e16255 100644 --- a/src/AnimeClient/Enum/SyncAction.php +++ b/src/AnimeClient/Enum/SyncAction.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/FormGenerator.php b/src/AnimeClient/FormGenerator.php index ba7386cc..44ee8dde 100644 --- a/src/AnimeClient/FormGenerator.php +++ b/src/AnimeClient/FormGenerator.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/Helper/Form.php b/src/AnimeClient/Helper/Form.php index f1bc05a6..8733a660 100644 --- a/src/AnimeClient/Helper/Form.php +++ b/src/AnimeClient/Helper/Form.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/Helper/Menu.php b/src/AnimeClient/Helper/Menu.php index e0247c88..120d83fc 100644 --- a/src/AnimeClient/Helper/Menu.php +++ b/src/AnimeClient/Helper/Menu.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/Helper/Picture.php b/src/AnimeClient/Helper/Picture.php index 702f895c..97942069 100644 --- a/src/AnimeClient/Helper/Picture.php +++ b/src/AnimeClient/Helper/Picture.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/Kitsu.php b/src/AnimeClient/Kitsu.php index 92c05544..02c951eb 100644 --- a/src/AnimeClient/Kitsu.php +++ b/src/AnimeClient/Kitsu.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/MenuGenerator.php b/src/AnimeClient/MenuGenerator.php index 7bed66c8..669a12ab 100644 --- a/src/AnimeClient/MenuGenerator.php +++ b/src/AnimeClient/MenuGenerator.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/Model/API.php b/src/AnimeClient/Model/API.php index f455a280..d3421051 100644 --- a/src/AnimeClient/Model/API.php +++ b/src/AnimeClient/Model/API.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/Model/Anime.php b/src/AnimeClient/Model/Anime.php index 45101008..b4159a09 100644 --- a/src/AnimeClient/Model/Anime.php +++ b/src/AnimeClient/Model/Anime.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/Model/AnimeCollection.php b/src/AnimeClient/Model/AnimeCollection.php index c573da80..fb6be67e 100644 --- a/src/AnimeClient/Model/AnimeCollection.php +++ b/src/AnimeClient/Model/AnimeCollection.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/Model/Collection.php b/src/AnimeClient/Model/Collection.php index 94b7cf1f..5594ee57 100644 --- a/src/AnimeClient/Model/Collection.php +++ b/src/AnimeClient/Model/Collection.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/Model/DB.php b/src/AnimeClient/Model/DB.php index 0a78fc73..d208ef8f 100644 --- a/src/AnimeClient/Model/DB.php +++ b/src/AnimeClient/Model/DB.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/Model/Manga.php b/src/AnimeClient/Model/Manga.php index 135f6b13..453c87f6 100644 --- a/src/AnimeClient/Model/Manga.php +++ b/src/AnimeClient/Model/Manga.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/Model/MediaTrait.php b/src/AnimeClient/Model/MediaTrait.php index c9a97fd6..35e18039 100644 --- a/src/AnimeClient/Model/MediaTrait.php +++ b/src/AnimeClient/Model/MediaTrait.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/Model/Settings.php b/src/AnimeClient/Model/Settings.php index b6f01fd1..8040567d 100644 --- a/src/AnimeClient/Model/Settings.php +++ b/src/AnimeClient/Model/Settings.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/RoutingBase.php b/src/AnimeClient/RoutingBase.php index 60327930..1351570f 100644 --- a/src/AnimeClient/RoutingBase.php +++ b/src/AnimeClient/RoutingBase.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/Types/AbstractType.php b/src/AnimeClient/Types/AbstractType.php index 0aa24ee8..4a564dfd 100644 --- a/src/AnimeClient/Types/AbstractType.php +++ b/src/AnimeClient/Types/AbstractType.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/Types/Anime.php b/src/AnimeClient/Types/Anime.php index 18f905ea..8290ca99 100644 --- a/src/AnimeClient/Types/Anime.php +++ b/src/AnimeClient/Types/Anime.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/Types/AnimeListItem.php b/src/AnimeClient/Types/AnimeListItem.php index 0338aff6..160d2d1a 100644 --- a/src/AnimeClient/Types/AnimeListItem.php +++ b/src/AnimeClient/Types/AnimeListItem.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/Types/AnimePage.php b/src/AnimeClient/Types/AnimePage.php index 8021ad55..2916ed79 100644 --- a/src/AnimeClient/Types/AnimePage.php +++ b/src/AnimeClient/Types/AnimePage.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/Types/Character.php b/src/AnimeClient/Types/Character.php index 57aa94c1..287b9205 100644 --- a/src/AnimeClient/Types/Character.php +++ b/src/AnimeClient/Types/Character.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/Types/Characters.php b/src/AnimeClient/Types/Characters.php index 37606c89..5e1e1523 100644 --- a/src/AnimeClient/Types/Characters.php +++ b/src/AnimeClient/Types/Characters.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/Types/Config.php b/src/AnimeClient/Types/Config.php index 0cf324e9..03f8bb4c 100644 --- a/src/AnimeClient/Types/Config.php +++ b/src/AnimeClient/Types/Config.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/Types/Config/Anilist.php b/src/AnimeClient/Types/Config/Anilist.php index 7b850dab..9e95a70a 100644 --- a/src/AnimeClient/Types/Config/Anilist.php +++ b/src/AnimeClient/Types/Config/Anilist.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/Types/Config/Cache.php b/src/AnimeClient/Types/Config/Cache.php index 5b19a64f..0df2cc52 100644 --- a/src/AnimeClient/Types/Config/Cache.php +++ b/src/AnimeClient/Types/Config/Cache.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/Types/Config/Database.php b/src/AnimeClient/Types/Config/Database.php index 1eb3bfcb..ce3d5f53 100644 --- a/src/AnimeClient/Types/Config/Database.php +++ b/src/AnimeClient/Types/Config/Database.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/Types/FormItem.php b/src/AnimeClient/Types/FormItem.php index ba877146..5e413aa4 100644 --- a/src/AnimeClient/Types/FormItem.php +++ b/src/AnimeClient/Types/FormItem.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/Types/FormItemData.php b/src/AnimeClient/Types/FormItemData.php index 8d3b93bf..724357e1 100644 --- a/src/AnimeClient/Types/FormItemData.php +++ b/src/AnimeClient/Types/FormItemData.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/Types/HistoryItem.php b/src/AnimeClient/Types/HistoryItem.php index ee015d15..55228c01 100644 --- a/src/AnimeClient/Types/HistoryItem.php +++ b/src/AnimeClient/Types/HistoryItem.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/Types/MangaListItem.php b/src/AnimeClient/Types/MangaListItem.php index 60bc4fc7..23b8fcdc 100644 --- a/src/AnimeClient/Types/MangaListItem.php +++ b/src/AnimeClient/Types/MangaListItem.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/Types/MangaListItemDetail.php b/src/AnimeClient/Types/MangaListItemDetail.php index 99c1912a..e2886fad 100644 --- a/src/AnimeClient/Types/MangaListItemDetail.php +++ b/src/AnimeClient/Types/MangaListItemDetail.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/Types/MangaPage.php b/src/AnimeClient/Types/MangaPage.php index 03f34c95..1db16760 100644 --- a/src/AnimeClient/Types/MangaPage.php +++ b/src/AnimeClient/Types/MangaPage.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/Types/Media.php b/src/AnimeClient/Types/Media.php index 3a3f89e1..cdf72593 100644 --- a/src/AnimeClient/Types/Media.php +++ b/src/AnimeClient/Types/Media.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/Types/Person.php b/src/AnimeClient/Types/Person.php index 2d9fd143..60d317ae 100644 --- a/src/AnimeClient/Types/Person.php +++ b/src/AnimeClient/Types/Person.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/Types/UndefinedPropertyException.php b/src/AnimeClient/Types/UndefinedPropertyException.php index 3a38e1a6..0afa25fc 100644 --- a/src/AnimeClient/Types/UndefinedPropertyException.php +++ b/src/AnimeClient/Types/UndefinedPropertyException.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/Types/User.php b/src/AnimeClient/Types/User.php index c348d3b1..485c7655 100644 --- a/src/AnimeClient/Types/User.php +++ b/src/AnimeClient/Types/User.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/UrlGenerator.php b/src/AnimeClient/UrlGenerator.php index 30dc6816..2490ddff 100644 --- a/src/AnimeClient/UrlGenerator.php +++ b/src/AnimeClient/UrlGenerator.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/Util.php b/src/AnimeClient/Util.php index 219e8bab..7fdc384a 100644 --- a/src/AnimeClient/Util.php +++ b/src/AnimeClient/Util.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/AnimeClient/constants.php b/src/AnimeClient/constants.php index 95d2cdaf..a280cb4f 100644 --- a/src/AnimeClient/constants.php +++ b/src/AnimeClient/constants.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/Ion/Config.php b/src/Ion/Config.php index 77f691c1..3dfb8fa6 100644 --- a/src/Ion/Config.php +++ b/src/Ion/Config.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/Ion/ConfigInterface.php b/src/Ion/ConfigInterface.php index 3637b0bb..cd5fef14 100644 --- a/src/Ion/ConfigInterface.php +++ b/src/Ion/ConfigInterface.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/Ion/Di/Container.php b/src/Ion/Di/Container.php index 7d163747..33a902ba 100644 --- a/src/Ion/Di/Container.php +++ b/src/Ion/Di/Container.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/Ion/Di/ContainerAware.php b/src/Ion/Di/ContainerAware.php index 78d547e6..deebd655 100644 --- a/src/Ion/Di/ContainerAware.php +++ b/src/Ion/Di/ContainerAware.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/Ion/Di/ContainerAwareInterface.php b/src/Ion/Di/ContainerAwareInterface.php index e9ab33dc..55f084bc 100644 --- a/src/Ion/Di/ContainerAwareInterface.php +++ b/src/Ion/Di/ContainerAwareInterface.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/Ion/Di/ContainerInterface.php b/src/Ion/Di/ContainerInterface.php index 98385f72..b5f441d6 100644 --- a/src/Ion/Di/ContainerInterface.php +++ b/src/Ion/Di/ContainerInterface.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/Ion/Di/Exception/ContainerException.php b/src/Ion/Di/Exception/ContainerException.php index a563dceb..d02681da 100644 --- a/src/Ion/Di/Exception/ContainerException.php +++ b/src/Ion/Di/Exception/ContainerException.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/Ion/Di/Exception/NotFoundException.php b/src/Ion/Di/Exception/NotFoundException.php index 3f46b54f..5ea386e2 100644 --- a/src/Ion/Di/Exception/NotFoundException.php +++ b/src/Ion/Di/Exception/NotFoundException.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/Ion/Enum.php b/src/Ion/Enum.php index f2c405d1..8d5c9da0 100644 --- a/src/Ion/Enum.php +++ b/src/Ion/Enum.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/Ion/Event.php b/src/Ion/Event.php index 6254a069..a31ce53a 100644 --- a/src/Ion/Event.php +++ b/src/Ion/Event.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/Ion/Exception/ConfigException.php b/src/Ion/Exception/ConfigException.php index 0020e37b..644e60fc 100644 --- a/src/Ion/Exception/ConfigException.php +++ b/src/Ion/Exception/ConfigException.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/Ion/Exception/DoubleRenderException.php b/src/Ion/Exception/DoubleRenderException.php index 5b03cf25..228a5a36 100644 --- a/src/Ion/Exception/DoubleRenderException.php +++ b/src/Ion/Exception/DoubleRenderException.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/Ion/Exception/ImageCreationException.php b/src/Ion/Exception/ImageCreationException.php index af93285c..ecd21a37 100644 --- a/src/Ion/Exception/ImageCreationException.php +++ b/src/Ion/Exception/ImageCreationException.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/Ion/Friend.php b/src/Ion/Friend.php index ab6ae287..8385d506 100644 --- a/src/Ion/Friend.php +++ b/src/Ion/Friend.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/Ion/HttpViewInterface.php b/src/Ion/HttpViewInterface.php index a4198d42..af87bb37 100644 --- a/src/Ion/HttpViewInterface.php +++ b/src/Ion/HttpViewInterface.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/Ion/ImageBuilder.php b/src/Ion/ImageBuilder.php index 7d2dc847..8db96093 100644 --- a/src/Ion/ImageBuilder.php +++ b/src/Ion/ImageBuilder.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/Ion/Json.php b/src/Ion/Json.php index 9bb18695..1a465672 100644 --- a/src/Ion/Json.php +++ b/src/Ion/Json.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/Ion/JsonException.php b/src/Ion/JsonException.php index 75f35b57..880dc6d1 100644 --- a/src/Ion/JsonException.php +++ b/src/Ion/JsonException.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/Ion/Model.php b/src/Ion/Model.php index 54b3308b..bcf73591 100644 --- a/src/Ion/Model.php +++ b/src/Ion/Model.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/Ion/Transformer/AbstractTransformer.php b/src/Ion/Transformer/AbstractTransformer.php index c3d224f6..3115f1d8 100644 --- a/src/Ion/Transformer/AbstractTransformer.php +++ b/src/Ion/Transformer/AbstractTransformer.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/Ion/Transformer/TransformerInterface.php b/src/Ion/Transformer/TransformerInterface.php index 4cfe5ed6..b672358e 100644 --- a/src/Ion/Transformer/TransformerInterface.php +++ b/src/Ion/Transformer/TransformerInterface.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/Ion/Type/ArrayType.php b/src/Ion/Type/ArrayType.php index 8688ddb6..bcde5ef4 100644 --- a/src/Ion/Type/ArrayType.php +++ b/src/Ion/Type/ArrayType.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/Ion/Type/StringType.php b/src/Ion/Type/StringType.php index 581bf40c..822c3495 100644 --- a/src/Ion/Type/StringType.php +++ b/src/Ion/Type/StringType.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/Ion/View/HtmlView.php b/src/Ion/View/HtmlView.php index ac3d9f1a..4cd5fcff 100644 --- a/src/Ion/View/HtmlView.php +++ b/src/Ion/View/HtmlView.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/Ion/View/HttpView.php b/src/Ion/View/HttpView.php index 16da2005..4a5a25a2 100644 --- a/src/Ion/View/HttpView.php +++ b/src/Ion/View/HttpView.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/Ion/View/JsonView.php b/src/Ion/View/JsonView.php index 279ff518..f3dbe93c 100644 --- a/src/Ion/View/JsonView.php +++ b/src/Ion/View/JsonView.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/Ion/ViewInterface.php b/src/Ion/ViewInterface.php index 5f3214ba..c54d341e 100644 --- a/src/Ion/ViewInterface.php +++ b/src/Ion/ViewInterface.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/src/Ion/functions.php b/src/Ion/functions.php index 4bb85b7c..e6972a6d 100644 --- a/src/Ion/functions.php +++ b/src/Ion/functions.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/tests/AnimeClient/API/APIRequestBuilderTest.php b/tests/AnimeClient/API/APIRequestBuilderTest.php index 20f23963..a5c68467 100644 --- a/tests/AnimeClient/API/APIRequestBuilderTest.php +++ b/tests/AnimeClient/API/APIRequestBuilderTest.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/tests/AnimeClient/API/CacheTraitTest.php b/tests/AnimeClient/API/CacheTraitTest.php index 53769071..1bb037ff 100644 --- a/tests/AnimeClient/API/CacheTraitTest.php +++ b/tests/AnimeClient/API/CacheTraitTest.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/tests/AnimeClient/API/Kitsu/ModelTest.php b/tests/AnimeClient/API/Kitsu/ModelTest.php index a5e5ac99..65701d36 100644 --- a/tests/AnimeClient/API/Kitsu/ModelTest.php +++ b/tests/AnimeClient/API/Kitsu/ModelTest.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/tests/AnimeClient/API/Kitsu/Transformer/AnimeListTransformerTest.php b/tests/AnimeClient/API/Kitsu/Transformer/AnimeListTransformerTest.php index 9df0caca..3e32e13a 100644 --- a/tests/AnimeClient/API/Kitsu/Transformer/AnimeListTransformerTest.php +++ b/tests/AnimeClient/API/Kitsu/Transformer/AnimeListTransformerTest.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/tests/AnimeClient/API/Kitsu/Transformer/AnimeTransformerTest.php b/tests/AnimeClient/API/Kitsu/Transformer/AnimeTransformerTest.php index 4782b495..894a161d 100644 --- a/tests/AnimeClient/API/Kitsu/Transformer/AnimeTransformerTest.php +++ b/tests/AnimeClient/API/Kitsu/Transformer/AnimeTransformerTest.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/tests/AnimeClient/API/Kitsu/Transformer/CharacterTransformerTest.php b/tests/AnimeClient/API/Kitsu/Transformer/CharacterTransformerTest.php index b798c09d..8125bf44 100644 --- a/tests/AnimeClient/API/Kitsu/Transformer/CharacterTransformerTest.php +++ b/tests/AnimeClient/API/Kitsu/Transformer/CharacterTransformerTest.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/tests/AnimeClient/API/Kitsu/Transformer/HistoryTransformerTest.php b/tests/AnimeClient/API/Kitsu/Transformer/HistoryTransformerTest.php index 3b6c830d..f9405da6 100644 --- a/tests/AnimeClient/API/Kitsu/Transformer/HistoryTransformerTest.php +++ b/tests/AnimeClient/API/Kitsu/Transformer/HistoryTransformerTest.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/tests/AnimeClient/API/Kitsu/Transformer/MangaListTransformerTest.php b/tests/AnimeClient/API/Kitsu/Transformer/MangaListTransformerTest.php index 1ac9b870..0f5bde14 100644 --- a/tests/AnimeClient/API/Kitsu/Transformer/MangaListTransformerTest.php +++ b/tests/AnimeClient/API/Kitsu/Transformer/MangaListTransformerTest.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/tests/AnimeClient/API/Kitsu/Transformer/MangaTransformerTest.php b/tests/AnimeClient/API/Kitsu/Transformer/MangaTransformerTest.php index 351246c6..492698b3 100644 --- a/tests/AnimeClient/API/Kitsu/Transformer/MangaTransformerTest.php +++ b/tests/AnimeClient/API/Kitsu/Transformer/MangaTransformerTest.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/tests/AnimeClient/API/Kitsu/Transformer/PersonTransformerTest.php b/tests/AnimeClient/API/Kitsu/Transformer/PersonTransformerTest.php index 11a13112..b59d74c7 100644 --- a/tests/AnimeClient/API/Kitsu/Transformer/PersonTransformerTest.php +++ b/tests/AnimeClient/API/Kitsu/Transformer/PersonTransformerTest.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/tests/AnimeClient/API/Kitsu/Transformer/UserTransformerTest.php b/tests/AnimeClient/API/Kitsu/Transformer/UserTransformerTest.php index 7c1625bd..a0461d66 100644 --- a/tests/AnimeClient/API/Kitsu/Transformer/UserTransformerTest.php +++ b/tests/AnimeClient/API/Kitsu/Transformer/UserTransformerTest.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/tests/AnimeClient/API/ParallelAPIRequestTest.php b/tests/AnimeClient/API/ParallelAPIRequestTest.php index 41c81b70..019b7fc6 100644 --- a/tests/AnimeClient/API/ParallelAPIRequestTest.php +++ b/tests/AnimeClient/API/ParallelAPIRequestTest.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/tests/AnimeClient/AnimeClientTest.php b/tests/AnimeClient/AnimeClientTest.php index cc51a1b9..c395d132 100644 --- a/tests/AnimeClient/AnimeClientTest.php +++ b/tests/AnimeClient/AnimeClientTest.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/tests/AnimeClient/AnimeClientTestCase.php b/tests/AnimeClient/AnimeClientTestCase.php index 2ddac0c1..bdab6b0d 100644 --- a/tests/AnimeClient/AnimeClientTestCase.php +++ b/tests/AnimeClient/AnimeClientTestCase.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/tests/AnimeClient/Command/BaseCommandTest.php b/tests/AnimeClient/Command/BaseCommandTest.php index ecf92f06..e736bbe1 100644 --- a/tests/AnimeClient/Command/BaseCommandTest.php +++ b/tests/AnimeClient/Command/BaseCommandTest.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/tests/AnimeClient/ControllerTest.php b/tests/AnimeClient/ControllerTest.php index 23554556..c783a61d 100644 --- a/tests/AnimeClient/ControllerTest.php +++ b/tests/AnimeClient/ControllerTest.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/tests/AnimeClient/DispatcherTest.php b/tests/AnimeClient/DispatcherTest.php index 33101110..4cda8334 100644 --- a/tests/AnimeClient/DispatcherTest.php +++ b/tests/AnimeClient/DispatcherTest.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/tests/AnimeClient/FormGeneratorTest.php b/tests/AnimeClient/FormGeneratorTest.php index 994aa97b..a3370517 100644 --- a/tests/AnimeClient/FormGeneratorTest.php +++ b/tests/AnimeClient/FormGeneratorTest.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/tests/AnimeClient/Helper/FormHelperTest.php b/tests/AnimeClient/Helper/FormHelperTest.php index ff8e4567..550cd0d4 100644 --- a/tests/AnimeClient/Helper/FormHelperTest.php +++ b/tests/AnimeClient/Helper/FormHelperTest.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/tests/AnimeClient/Helper/MenuHelperTest.php b/tests/AnimeClient/Helper/MenuHelperTest.php index 74ed4bc0..1fe73408 100644 --- a/tests/AnimeClient/Helper/MenuHelperTest.php +++ b/tests/AnimeClient/Helper/MenuHelperTest.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/tests/AnimeClient/Helper/PictureHelperTest.php b/tests/AnimeClient/Helper/PictureHelperTest.php index 1e3e1f1f..3be3f502 100644 --- a/tests/AnimeClient/Helper/PictureHelperTest.php +++ b/tests/AnimeClient/Helper/PictureHelperTest.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/tests/AnimeClient/KitsuTest.php b/tests/AnimeClient/KitsuTest.php index ca45e77d..9b183fef 100644 --- a/tests/AnimeClient/KitsuTest.php +++ b/tests/AnimeClient/KitsuTest.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/tests/AnimeClient/MenuGeneratorTest.php b/tests/AnimeClient/MenuGeneratorTest.php index 49f4d566..4b6a40eb 100644 --- a/tests/AnimeClient/MenuGeneratorTest.php +++ b/tests/AnimeClient/MenuGeneratorTest.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/tests/AnimeClient/RequirementsTest.php b/tests/AnimeClient/RequirementsTest.php index 56ec7fec..9cdd3fa3 100644 --- a/tests/AnimeClient/RequirementsTest.php +++ b/tests/AnimeClient/RequirementsTest.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/tests/AnimeClient/RoutingBaseTest.php b/tests/AnimeClient/RoutingBaseTest.php index 248fdeca..895915b7 100644 --- a/tests/AnimeClient/RoutingBaseTest.php +++ b/tests/AnimeClient/RoutingBaseTest.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/tests/AnimeClient/TestSessionHandler.php b/tests/AnimeClient/TestSessionHandler.php index 160a42ce..2b8e8e65 100644 --- a/tests/AnimeClient/TestSessionHandler.php +++ b/tests/AnimeClient/TestSessionHandler.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/tests/AnimeClient/Types/ConfigTest.php b/tests/AnimeClient/Types/ConfigTest.php index 1a4051d6..809d81e6 100644 --- a/tests/AnimeClient/Types/ConfigTest.php +++ b/tests/AnimeClient/Types/ConfigTest.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/tests/AnimeClient/Types/ConfigTestCase.php b/tests/AnimeClient/Types/ConfigTestCase.php index 6620d80c..4eb6c753 100644 --- a/tests/AnimeClient/Types/ConfigTestCase.php +++ b/tests/AnimeClient/Types/ConfigTestCase.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/tests/AnimeClient/UrlGeneratorTest.php b/tests/AnimeClient/UrlGeneratorTest.php index 24cb6d6d..f20b09c6 100644 --- a/tests/AnimeClient/UrlGeneratorTest.php +++ b/tests/AnimeClient/UrlGeneratorTest.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/tests/AnimeClient/UtilTest.php b/tests/AnimeClient/UtilTest.php index 615c11ff..bb835dc7 100644 --- a/tests/AnimeClient/UtilTest.php +++ b/tests/AnimeClient/UtilTest.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/tests/Ion/BaseModelTest.php b/tests/Ion/BaseModelTest.php index 96bd3de7..3c001760 100644 --- a/tests/Ion/BaseModelTest.php +++ b/tests/Ion/BaseModelTest.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/tests/Ion/ConfigTest.php b/tests/Ion/ConfigTest.php index b464c881..c2967761 100644 --- a/tests/Ion/ConfigTest.php +++ b/tests/Ion/ConfigTest.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/tests/Ion/Di/ContainerAwareTest.php b/tests/Ion/Di/ContainerAwareTest.php index 8577a358..b0033f84 100644 --- a/tests/Ion/Di/ContainerAwareTest.php +++ b/tests/Ion/Di/ContainerAwareTest.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/tests/Ion/Di/ContainerTest.php b/tests/Ion/Di/ContainerTest.php index 9fb0f4eb..d784cb9f 100644 --- a/tests/Ion/Di/ContainerTest.php +++ b/tests/Ion/Di/ContainerTest.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/tests/Ion/EnumTest.php b/tests/Ion/EnumTest.php index f743e166..d47ada8e 100644 --- a/tests/Ion/EnumTest.php +++ b/tests/Ion/EnumTest.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/tests/Ion/EventTest.php b/tests/Ion/EventTest.php index 399d8618..fb7a6616 100644 --- a/tests/Ion/EventTest.php +++ b/tests/Ion/EventTest.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/tests/Ion/Exception/DoubleRenderExceptionTest.php b/tests/Ion/Exception/DoubleRenderExceptionTest.php index ab4fb640..d3b60699 100644 --- a/tests/Ion/Exception/DoubleRenderExceptionTest.php +++ b/tests/Ion/Exception/DoubleRenderExceptionTest.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/tests/Ion/FriendTest.php b/tests/Ion/FriendTest.php index aec02e66..6c1ecf73 100644 --- a/tests/Ion/FriendTest.php +++ b/tests/Ion/FriendTest.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/tests/Ion/IonTestCase.php b/tests/Ion/IonTestCase.php index 4eaeaeb6..593146be 100644 --- a/tests/Ion/IonTestCase.php +++ b/tests/Ion/IonTestCase.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/tests/Ion/JsonTest.php b/tests/Ion/JsonTest.php index 6f1ede34..7fedafbd 100644 --- a/tests/Ion/JsonTest.php +++ b/tests/Ion/JsonTest.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/tests/Ion/TestSessionHandler.php b/tests/Ion/TestSessionHandler.php index 403a1f4b..39a164df 100644 --- a/tests/Ion/TestSessionHandler.php +++ b/tests/Ion/TestSessionHandler.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/tests/Ion/Transformer/AbstractTransformerTest.php b/tests/Ion/Transformer/AbstractTransformerTest.php index a2e93116..cdddce38 100644 --- a/tests/Ion/Transformer/AbstractTransformerTest.php +++ b/tests/Ion/Transformer/AbstractTransformerTest.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/tests/Ion/Type/ArrayTypeTest.php b/tests/Ion/Type/ArrayTypeTest.php index b738ed17..3e464783 100644 --- a/tests/Ion/Type/ArrayTypeTest.php +++ b/tests/Ion/Type/ArrayTypeTest.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/tests/Ion/Type/StringTypeTest.php b/tests/Ion/Type/StringTypeTest.php index 86cea969..b52b0e47 100644 --- a/tests/Ion/Type/StringTypeTest.php +++ b/tests/Ion/Type/StringTypeTest.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/tests/Ion/View/HtmlViewTest.php b/tests/Ion/View/HtmlViewTest.php index bb6dbc2f..9a76f875 100644 --- a/tests/Ion/View/HtmlViewTest.php +++ b/tests/Ion/View/HtmlViewTest.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/tests/Ion/View/HttpViewTest.php b/tests/Ion/View/HttpViewTest.php index 3c0b4761..697e0815 100644 --- a/tests/Ion/View/HttpViewTest.php +++ b/tests/Ion/View/HttpViewTest.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/tests/Ion/View/JsonViewTest.php b/tests/Ion/View/JsonViewTest.php index 5d47c448..ded8d9d1 100644 --- a/tests/Ion/View/JsonViewTest.php +++ b/tests/Ion/View/JsonViewTest.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/tests/Ion/functionsTest.php b/tests/Ion/functionsTest.php index f2bd4be0..2b12a0a7 100644 --- a/tests/Ion/functionsTest.php +++ b/tests/Ion/functionsTest.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient diff --git a/tests/Ion/mocks.php b/tests/Ion/mocks.php index e598e7be..f9cefab4 100644 --- a/tests/Ion/mocks.php +++ b/tests/Ion/mocks.php @@ -7,8 +7,8 @@ * PHP version 8 * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright 2015 - 2021 Timothy J. Warren + * @author Timothy J. Warren + * @copyright 2015 - 2022 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 5.2 * @link https://git.timshomepage.net/timw4mail/HummingBirdAnimeClient