From f7bf4c8eb938d0e19e1114128e8d6e58e377866e Mon Sep 17 00:00:00 2001 From: Timothy J Warren Date: Thu, 4 Feb 2021 11:57:01 -0500 Subject: [PATCH] Update PHP version in header comments --- app/bootstrap.php | 2 +- build/header_comment.txt | 2 +- index.php | 2 +- src/AnimeClient/API/APIRequestBuilder.php | 2 +- src/AnimeClient/API/AbstractListItem.php | 2 +- src/AnimeClient/API/Anilist/ListItem.php | 2 +- src/AnimeClient/API/Anilist/MissingIdException.php | 2 +- src/AnimeClient/API/Anilist/Model.php | 2 +- src/AnimeClient/API/Anilist/RequestBuilder.php | 2 +- src/AnimeClient/API/Anilist/RequestBuilderTrait.php | 2 +- .../API/Anilist/Transformer/AnimeListTransformer.php | 2 +- .../API/Anilist/Transformer/MangaListTransformer.php | 2 +- src/AnimeClient/API/Anilist/Types/MediaListEntry.php | 2 +- src/AnimeClient/API/CacheTrait.php | 2 +- src/AnimeClient/API/Enum/AnimeWatchingStatus/Anilist.php | 2 +- src/AnimeClient/API/Enum/AnimeWatchingStatus/Kitsu.php | 2 +- src/AnimeClient/API/Enum/AnimeWatchingStatus/Route.php | 2 +- src/AnimeClient/API/Enum/AnimeWatchingStatus/Title.php | 2 +- src/AnimeClient/API/Enum/MangaReadingStatus/Anilist.php | 2 +- src/AnimeClient/API/Enum/MangaReadingStatus/Kitsu.php | 2 +- src/AnimeClient/API/Enum/MangaReadingStatus/Route.php | 2 +- src/AnimeClient/API/Enum/MangaReadingStatus/Title.php | 2 +- src/AnimeClient/API/FailedResponseException.php | 2 +- src/AnimeClient/API/Kitsu/Auth.php | 2 +- src/AnimeClient/API/Kitsu/Enum/AnimeAiringStatus.php | 2 +- src/AnimeClient/API/Kitsu/Enum/MangaPublishingStatus.php | 2 +- src/AnimeClient/API/Kitsu/ListItem.php | 2 +- src/AnimeClient/API/Kitsu/Model.php | 2 +- src/AnimeClient/API/Kitsu/MutationTrait.php | 2 +- src/AnimeClient/API/Kitsu/RequestBuilder.php | 2 +- src/AnimeClient/API/Kitsu/RequestBuilderTrait.php | 2 +- .../API/Kitsu/Transformer/AnimeHistoryTransformer.php | 2 +- src/AnimeClient/API/Kitsu/Transformer/AnimeListTransformer.php | 2 +- src/AnimeClient/API/Kitsu/Transformer/AnimeTransformer.php | 2 +- src/AnimeClient/API/Kitsu/Transformer/CharacterTransformer.php | 2 +- src/AnimeClient/API/Kitsu/Transformer/HistoryTransformer.php | 2 +- .../API/Kitsu/Transformer/LibraryEntryTransformer.php | 2 +- .../API/Kitsu/Transformer/MangaHistoryTransformer.php | 2 +- src/AnimeClient/API/Kitsu/Transformer/MangaListTransformer.php | 2 +- src/AnimeClient/API/Kitsu/Transformer/MangaTransformer.php | 2 +- src/AnimeClient/API/Kitsu/Transformer/PersonTransformer.php | 2 +- src/AnimeClient/API/Kitsu/Transformer/UserTransformer.php | 2 +- src/AnimeClient/API/Mapping/AnimeWatchingStatus.php | 2 +- src/AnimeClient/API/Mapping/MangaReadingStatus.php | 2 +- src/AnimeClient/API/ParallelAPIRequest.php | 2 +- src/AnimeClient/Anilist.php | 2 +- src/AnimeClient/AnimeClient.php | 2 +- src/AnimeClient/Command/BaseCommand.php | 2 +- src/AnimeClient/Command/CacheClear.php | 2 +- src/AnimeClient/Command/CachePrime.php | 2 +- src/AnimeClient/Command/ClearThumbnails.php | 2 +- src/AnimeClient/Command/SyncLists.php | 2 +- src/AnimeClient/Command/UpdateThumbnails.php | 2 +- src/AnimeClient/Component/AnimeCover.php | 2 +- src/AnimeClient/Component/Character.php | 2 +- src/AnimeClient/Component/ComponentTrait.php | 2 +- src/AnimeClient/Component/MangaCover.php | 2 +- src/AnimeClient/Component/Media.php | 2 +- src/AnimeClient/Component/Tabs.php | 2 +- src/AnimeClient/Component/VerticalTabs.php | 2 +- src/AnimeClient/Controller.php | 2 +- src/AnimeClient/Controller/Anime.php | 2 +- src/AnimeClient/Controller/AnimeCollection.php | 2 +- src/AnimeClient/Controller/Character.php | 2 +- src/AnimeClient/Controller/History.php | 2 +- src/AnimeClient/Controller/Images.php | 2 +- src/AnimeClient/Controller/Manga.php | 2 +- src/AnimeClient/Controller/Misc.php | 2 +- src/AnimeClient/Controller/People.php | 2 +- src/AnimeClient/Controller/Settings.php | 2 +- src/AnimeClient/Controller/User.php | 2 +- src/AnimeClient/Dispatcher.php | 2 +- src/AnimeClient/Enum/API.php | 2 +- src/AnimeClient/Enum/EventType.php | 2 +- src/AnimeClient/Enum/MediaType.php | 2 +- src/AnimeClient/Enum/SyncAction.php | 2 +- src/AnimeClient/FormGenerator.php | 2 +- src/AnimeClient/Helper/Form.php | 2 +- src/AnimeClient/Helper/Menu.php | 2 +- src/AnimeClient/Helper/Picture.php | 2 +- src/AnimeClient/Kitsu.php | 2 +- src/AnimeClient/MenuGenerator.php | 2 +- src/AnimeClient/Model/API.php | 2 +- src/AnimeClient/Model/Anime.php | 2 +- src/AnimeClient/Model/AnimeCollection.php | 2 +- src/AnimeClient/Model/Collection.php | 2 +- src/AnimeClient/Model/DB.php | 2 +- src/AnimeClient/Model/Manga.php | 2 +- src/AnimeClient/Model/MediaTrait.php | 2 +- src/AnimeClient/Model/Settings.php | 2 +- src/AnimeClient/RoutingBase.php | 2 +- src/AnimeClient/Types/AbstractType.php | 2 +- src/AnimeClient/Types/Anime.php | 2 +- src/AnimeClient/Types/AnimeListItem.php | 2 +- src/AnimeClient/Types/AnimePage.php | 2 +- src/AnimeClient/Types/Character.php | 2 +- src/AnimeClient/Types/Characters.php | 2 +- src/AnimeClient/Types/Config.php | 2 +- src/AnimeClient/Types/Config/Anilist.php | 2 +- src/AnimeClient/Types/Config/Cache.php | 2 +- src/AnimeClient/Types/Config/Database.php | 2 +- src/AnimeClient/Types/FormItem.php | 2 +- src/AnimeClient/Types/FormItemData.php | 2 +- src/AnimeClient/Types/HistoryItem.php | 2 +- src/AnimeClient/Types/MangaListItem.php | 2 +- src/AnimeClient/Types/MangaListItemDetail.php | 2 +- src/AnimeClient/Types/MangaPage.php | 2 +- src/AnimeClient/Types/Media.php | 2 +- src/AnimeClient/Types/Person.php | 2 +- src/AnimeClient/Types/UndefinedPropertyException.php | 2 +- src/AnimeClient/Types/User.php | 2 +- src/AnimeClient/UrlGenerator.php | 2 +- src/AnimeClient/Util.php | 2 +- src/AnimeClient/constants.php | 2 +- src/Ion/Config.php | 2 +- src/Ion/ConfigInterface.php | 2 +- src/Ion/Di/Container.php | 2 +- src/Ion/Di/ContainerAware.php | 2 +- src/Ion/Di/ContainerAwareInterface.php | 2 +- src/Ion/Di/ContainerInterface.php | 2 +- src/Ion/Di/Exception/ContainerException.php | 2 +- src/Ion/Di/Exception/NotFoundException.php | 2 +- src/Ion/Enum.php | 2 +- src/Ion/Event.php | 2 +- src/Ion/Exception/ConfigException.php | 2 +- src/Ion/Exception/DoubleRenderException.php | 2 +- src/Ion/Friend.php | 2 +- src/Ion/Json.php | 2 +- src/Ion/JsonException.php | 2 +- src/Ion/Model.php | 2 +- src/Ion/Transformer/AbstractTransformer.php | 2 +- src/Ion/Transformer/TransformerInterface.php | 2 +- src/Ion/Type/ArrayType.php | 2 +- src/Ion/Type/StringType.php | 2 +- src/Ion/View/HtmlView.php | 2 +- src/Ion/View/HttpView.php | 2 +- src/Ion/View/JsonView.php | 2 +- src/Ion/ViewInterface.php | 2 +- src/Ion/functions.php | 2 +- tests/AnimeClient/API/APIRequestBuilderTest.php | 2 +- tests/AnimeClient/API/CacheTraitTest.php | 2 +- tests/AnimeClient/API/Kitsu/ModelTest.php | 2 +- .../API/Kitsu/Transformer/AnimeListTransformerTest.php | 2 +- .../AnimeClient/API/Kitsu/Transformer/AnimeTransformerTest.php | 2 +- .../API/Kitsu/Transformer/MangaListTransformerTest.php | 2 +- .../AnimeClient/API/Kitsu/Transformer/MangaTransformerTest.php | 2 +- tests/AnimeClient/API/ParallelAPIRequestTest.php | 2 +- tests/AnimeClient/AnimeClientTest.php | 2 +- tests/AnimeClient/AnimeClientTestCase.php | 2 +- tests/AnimeClient/Command/BaseCommandTest.php | 2 +- tests/AnimeClient/ControllerTest.php | 2 +- tests/AnimeClient/DispatcherTest.php | 2 +- tests/AnimeClient/FormGeneratorTest.php | 2 +- tests/AnimeClient/Helper/MenuHelperTest.php | 2 +- tests/AnimeClient/Helper/PictureHelperTest.php | 2 +- tests/AnimeClient/KitsuTest.php | 2 +- tests/AnimeClient/MenuGeneratorTest.php | 2 +- tests/AnimeClient/RequirementsTest.php | 2 +- tests/AnimeClient/RoutingBaseTest.php | 2 +- tests/AnimeClient/TestSessionHandler.php | 2 +- tests/AnimeClient/UrlGeneratorTest.php | 2 +- tests/AnimeClient/UtilTest.php | 2 +- tests/Ion/BaseModelTest.php | 2 +- tests/Ion/ConfigTest.php | 2 +- tests/Ion/Di/ContainerAwareTest.php | 2 +- tests/Ion/Di/ContainerTest.php | 2 +- tests/Ion/EnumTest.php | 2 +- tests/Ion/EventTest.php | 2 +- tests/Ion/Exception/DoubleRenderExceptionTest.php | 2 +- tests/Ion/FriendTest.php | 2 +- tests/Ion/IonTestCase.php | 2 +- tests/Ion/JsonTest.php | 2 +- tests/Ion/TestSessionHandler.php | 2 +- tests/Ion/Transformer/AbstractTransformerTest.php | 2 +- tests/Ion/Type/ArrayTypeTest.php | 2 +- tests/Ion/Type/StringTypeTest.php | 2 +- tests/Ion/View/HtmlViewTest.php | 2 +- tests/Ion/View/HttpViewTest.php | 2 +- tests/Ion/View/JsonViewTest.php | 2 +- tests/Ion/functionsTest.php | 2 +- tests/Ion/mocks.php | 2 +- 181 files changed, 181 insertions(+), 181 deletions(-) diff --git a/app/bootstrap.php b/app/bootstrap.php index 41ec2e38..7594652c 100644 --- a/app/bootstrap.php +++ b/app/bootstrap.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/build/header_comment.txt b/build/header_comment.txt index 63544139..f8b8c45c 100644 --- a/build/header_comment.txt +++ b/build/header_comment.txt @@ -3,7 +3,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/index.php b/index.php index 2b029296..2e72e99e 100644 --- a/index.php +++ b/index.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/API/APIRequestBuilder.php b/src/AnimeClient/API/APIRequestBuilder.php index bda3c4e1..99d6274b 100644 --- a/src/AnimeClient/API/APIRequestBuilder.php +++ b/src/AnimeClient/API/APIRequestBuilder.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/API/AbstractListItem.php b/src/AnimeClient/API/AbstractListItem.php index fb5f4bf0..6669ebc2 100644 --- a/src/AnimeClient/API/AbstractListItem.php +++ b/src/AnimeClient/API/AbstractListItem.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/API/Anilist/ListItem.php b/src/AnimeClient/API/Anilist/ListItem.php index 09a3915d..3910d145 100644 --- a/src/AnimeClient/API/Anilist/ListItem.php +++ b/src/AnimeClient/API/Anilist/ListItem.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/API/Anilist/MissingIdException.php b/src/AnimeClient/API/Anilist/MissingIdException.php index f6c2eb06..1ba5f776 100644 --- a/src/AnimeClient/API/Anilist/MissingIdException.php +++ b/src/AnimeClient/API/Anilist/MissingIdException.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/API/Anilist/Model.php b/src/AnimeClient/API/Anilist/Model.php index ec43cc85..22f5df16 100644 --- a/src/AnimeClient/API/Anilist/Model.php +++ b/src/AnimeClient/API/Anilist/Model.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/API/Anilist/RequestBuilder.php b/src/AnimeClient/API/Anilist/RequestBuilder.php index 1de4d226..a6958a12 100644 --- a/src/AnimeClient/API/Anilist/RequestBuilder.php +++ b/src/AnimeClient/API/Anilist/RequestBuilder.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/API/Anilist/RequestBuilderTrait.php b/src/AnimeClient/API/Anilist/RequestBuilderTrait.php index 3add557a..0785cea2 100644 --- a/src/AnimeClient/API/Anilist/RequestBuilderTrait.php +++ b/src/AnimeClient/API/Anilist/RequestBuilderTrait.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/API/Anilist/Transformer/AnimeListTransformer.php b/src/AnimeClient/API/Anilist/Transformer/AnimeListTransformer.php index b8e699f0..b09ecb9e 100644 --- a/src/AnimeClient/API/Anilist/Transformer/AnimeListTransformer.php +++ b/src/AnimeClient/API/Anilist/Transformer/AnimeListTransformer.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/API/Anilist/Transformer/MangaListTransformer.php b/src/AnimeClient/API/Anilist/Transformer/MangaListTransformer.php index bc30d9fb..da2112d3 100644 --- a/src/AnimeClient/API/Anilist/Transformer/MangaListTransformer.php +++ b/src/AnimeClient/API/Anilist/Transformer/MangaListTransformer.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/API/Anilist/Types/MediaListEntry.php b/src/AnimeClient/API/Anilist/Types/MediaListEntry.php index e56605c2..0e1edb8d 100644 --- a/src/AnimeClient/API/Anilist/Types/MediaListEntry.php +++ b/src/AnimeClient/API/Anilist/Types/MediaListEntry.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/API/CacheTrait.php b/src/AnimeClient/API/CacheTrait.php index 92689dc6..e8d940ad 100644 --- a/src/AnimeClient/API/CacheTrait.php +++ b/src/AnimeClient/API/CacheTrait.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/API/Enum/AnimeWatchingStatus/Anilist.php b/src/AnimeClient/API/Enum/AnimeWatchingStatus/Anilist.php index 0be905d3..80ed0ccd 100644 --- a/src/AnimeClient/API/Enum/AnimeWatchingStatus/Anilist.php +++ b/src/AnimeClient/API/Enum/AnimeWatchingStatus/Anilist.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/API/Enum/AnimeWatchingStatus/Kitsu.php b/src/AnimeClient/API/Enum/AnimeWatchingStatus/Kitsu.php index 2cc530fa..a91059a5 100644 --- a/src/AnimeClient/API/Enum/AnimeWatchingStatus/Kitsu.php +++ b/src/AnimeClient/API/Enum/AnimeWatchingStatus/Kitsu.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/API/Enum/AnimeWatchingStatus/Route.php b/src/AnimeClient/API/Enum/AnimeWatchingStatus/Route.php index 9735001b..3a6725f1 100644 --- a/src/AnimeClient/API/Enum/AnimeWatchingStatus/Route.php +++ b/src/AnimeClient/API/Enum/AnimeWatchingStatus/Route.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/API/Enum/AnimeWatchingStatus/Title.php b/src/AnimeClient/API/Enum/AnimeWatchingStatus/Title.php index 49d5e6bf..3393a2ea 100644 --- a/src/AnimeClient/API/Enum/AnimeWatchingStatus/Title.php +++ b/src/AnimeClient/API/Enum/AnimeWatchingStatus/Title.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/API/Enum/MangaReadingStatus/Anilist.php b/src/AnimeClient/API/Enum/MangaReadingStatus/Anilist.php index 944ad83e..6b2f8624 100644 --- a/src/AnimeClient/API/Enum/MangaReadingStatus/Anilist.php +++ b/src/AnimeClient/API/Enum/MangaReadingStatus/Anilist.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/API/Enum/MangaReadingStatus/Kitsu.php b/src/AnimeClient/API/Enum/MangaReadingStatus/Kitsu.php index 3c6c1b82..94c62bd6 100644 --- a/src/AnimeClient/API/Enum/MangaReadingStatus/Kitsu.php +++ b/src/AnimeClient/API/Enum/MangaReadingStatus/Kitsu.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/API/Enum/MangaReadingStatus/Route.php b/src/AnimeClient/API/Enum/MangaReadingStatus/Route.php index e521f1ba..c65ecd38 100644 --- a/src/AnimeClient/API/Enum/MangaReadingStatus/Route.php +++ b/src/AnimeClient/API/Enum/MangaReadingStatus/Route.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/API/Enum/MangaReadingStatus/Title.php b/src/AnimeClient/API/Enum/MangaReadingStatus/Title.php index 87efafc9..9fc01fd4 100644 --- a/src/AnimeClient/API/Enum/MangaReadingStatus/Title.php +++ b/src/AnimeClient/API/Enum/MangaReadingStatus/Title.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/API/FailedResponseException.php b/src/AnimeClient/API/FailedResponseException.php index b0397d26..26bd939b 100644 --- a/src/AnimeClient/API/FailedResponseException.php +++ b/src/AnimeClient/API/FailedResponseException.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/API/Kitsu/Auth.php b/src/AnimeClient/API/Kitsu/Auth.php index 665092ed..54d5de7c 100644 --- a/src/AnimeClient/API/Kitsu/Auth.php +++ b/src/AnimeClient/API/Kitsu/Auth.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/API/Kitsu/Enum/AnimeAiringStatus.php b/src/AnimeClient/API/Kitsu/Enum/AnimeAiringStatus.php index ac8a42ff..1460e202 100644 --- a/src/AnimeClient/API/Kitsu/Enum/AnimeAiringStatus.php +++ b/src/AnimeClient/API/Kitsu/Enum/AnimeAiringStatus.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/API/Kitsu/Enum/MangaPublishingStatus.php b/src/AnimeClient/API/Kitsu/Enum/MangaPublishingStatus.php index 8b183be4..c6436855 100644 --- a/src/AnimeClient/API/Kitsu/Enum/MangaPublishingStatus.php +++ b/src/AnimeClient/API/Kitsu/Enum/MangaPublishingStatus.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/API/Kitsu/ListItem.php b/src/AnimeClient/API/Kitsu/ListItem.php index ddab50d9..40d7cfa4 100644 --- a/src/AnimeClient/API/Kitsu/ListItem.php +++ b/src/AnimeClient/API/Kitsu/ListItem.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/API/Kitsu/Model.php b/src/AnimeClient/API/Kitsu/Model.php index 820ea2a7..acfef90f 100644 --- a/src/AnimeClient/API/Kitsu/Model.php +++ b/src/AnimeClient/API/Kitsu/Model.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/API/Kitsu/MutationTrait.php b/src/AnimeClient/API/Kitsu/MutationTrait.php index aa04b1d6..846b04a3 100644 --- a/src/AnimeClient/API/Kitsu/MutationTrait.php +++ b/src/AnimeClient/API/Kitsu/MutationTrait.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/API/Kitsu/RequestBuilder.php b/src/AnimeClient/API/Kitsu/RequestBuilder.php index cf97a7ed..a69b6853 100644 --- a/src/AnimeClient/API/Kitsu/RequestBuilder.php +++ b/src/AnimeClient/API/Kitsu/RequestBuilder.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/API/Kitsu/RequestBuilderTrait.php b/src/AnimeClient/API/Kitsu/RequestBuilderTrait.php index 41df0332..369454e0 100644 --- a/src/AnimeClient/API/Kitsu/RequestBuilderTrait.php +++ b/src/AnimeClient/API/Kitsu/RequestBuilderTrait.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/API/Kitsu/Transformer/AnimeHistoryTransformer.php b/src/AnimeClient/API/Kitsu/Transformer/AnimeHistoryTransformer.php index 3d116c53..f70c4e0b 100644 --- a/src/AnimeClient/API/Kitsu/Transformer/AnimeHistoryTransformer.php +++ b/src/AnimeClient/API/Kitsu/Transformer/AnimeHistoryTransformer.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/API/Kitsu/Transformer/AnimeListTransformer.php b/src/AnimeClient/API/Kitsu/Transformer/AnimeListTransformer.php index 34a180d6..bc2992d3 100644 --- a/src/AnimeClient/API/Kitsu/Transformer/AnimeListTransformer.php +++ b/src/AnimeClient/API/Kitsu/Transformer/AnimeListTransformer.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/API/Kitsu/Transformer/AnimeTransformer.php b/src/AnimeClient/API/Kitsu/Transformer/AnimeTransformer.php index 9a6dce6c..d98117e9 100644 --- a/src/AnimeClient/API/Kitsu/Transformer/AnimeTransformer.php +++ b/src/AnimeClient/API/Kitsu/Transformer/AnimeTransformer.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/API/Kitsu/Transformer/CharacterTransformer.php b/src/AnimeClient/API/Kitsu/Transformer/CharacterTransformer.php index e7a5e0cb..3cf43d6e 100644 --- a/src/AnimeClient/API/Kitsu/Transformer/CharacterTransformer.php +++ b/src/AnimeClient/API/Kitsu/Transformer/CharacterTransformer.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/API/Kitsu/Transformer/HistoryTransformer.php b/src/AnimeClient/API/Kitsu/Transformer/HistoryTransformer.php index 7a7eb400..ad0974ac 100644 --- a/src/AnimeClient/API/Kitsu/Transformer/HistoryTransformer.php +++ b/src/AnimeClient/API/Kitsu/Transformer/HistoryTransformer.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/API/Kitsu/Transformer/LibraryEntryTransformer.php b/src/AnimeClient/API/Kitsu/Transformer/LibraryEntryTransformer.php index c4019688..b18409bd 100644 --- a/src/AnimeClient/API/Kitsu/Transformer/LibraryEntryTransformer.php +++ b/src/AnimeClient/API/Kitsu/Transformer/LibraryEntryTransformer.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/API/Kitsu/Transformer/MangaHistoryTransformer.php b/src/AnimeClient/API/Kitsu/Transformer/MangaHistoryTransformer.php index f945c1a5..ed9b10c6 100644 --- a/src/AnimeClient/API/Kitsu/Transformer/MangaHistoryTransformer.php +++ b/src/AnimeClient/API/Kitsu/Transformer/MangaHistoryTransformer.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/API/Kitsu/Transformer/MangaListTransformer.php b/src/AnimeClient/API/Kitsu/Transformer/MangaListTransformer.php index 3a2748f4..929f75bc 100644 --- a/src/AnimeClient/API/Kitsu/Transformer/MangaListTransformer.php +++ b/src/AnimeClient/API/Kitsu/Transformer/MangaListTransformer.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/API/Kitsu/Transformer/MangaTransformer.php b/src/AnimeClient/API/Kitsu/Transformer/MangaTransformer.php index 02794af3..18041491 100644 --- a/src/AnimeClient/API/Kitsu/Transformer/MangaTransformer.php +++ b/src/AnimeClient/API/Kitsu/Transformer/MangaTransformer.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/API/Kitsu/Transformer/PersonTransformer.php b/src/AnimeClient/API/Kitsu/Transformer/PersonTransformer.php index 007e09dd..9d6752bb 100644 --- a/src/AnimeClient/API/Kitsu/Transformer/PersonTransformer.php +++ b/src/AnimeClient/API/Kitsu/Transformer/PersonTransformer.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/API/Kitsu/Transformer/UserTransformer.php b/src/AnimeClient/API/Kitsu/Transformer/UserTransformer.php index 2dda91a6..00764cbb 100644 --- a/src/AnimeClient/API/Kitsu/Transformer/UserTransformer.php +++ b/src/AnimeClient/API/Kitsu/Transformer/UserTransformer.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/API/Mapping/AnimeWatchingStatus.php b/src/AnimeClient/API/Mapping/AnimeWatchingStatus.php index 20461cf2..31b720f3 100644 --- a/src/AnimeClient/API/Mapping/AnimeWatchingStatus.php +++ b/src/AnimeClient/API/Mapping/AnimeWatchingStatus.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/API/Mapping/MangaReadingStatus.php b/src/AnimeClient/API/Mapping/MangaReadingStatus.php index d62b998e..fdf5ebaf 100644 --- a/src/AnimeClient/API/Mapping/MangaReadingStatus.php +++ b/src/AnimeClient/API/Mapping/MangaReadingStatus.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/API/ParallelAPIRequest.php b/src/AnimeClient/API/ParallelAPIRequest.php index 63640498..64374cab 100644 --- a/src/AnimeClient/API/ParallelAPIRequest.php +++ b/src/AnimeClient/API/ParallelAPIRequest.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/Anilist.php b/src/AnimeClient/Anilist.php index b3cec328..192dcc68 100644 --- a/src/AnimeClient/Anilist.php +++ b/src/AnimeClient/Anilist.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/AnimeClient.php b/src/AnimeClient/AnimeClient.php index f67bdbdc..1b3d42b7 100644 --- a/src/AnimeClient/AnimeClient.php +++ b/src/AnimeClient/AnimeClient.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/Command/BaseCommand.php b/src/AnimeClient/Command/BaseCommand.php index af695a0c..cd0c1489 100644 --- a/src/AnimeClient/Command/BaseCommand.php +++ b/src/AnimeClient/Command/BaseCommand.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/Command/CacheClear.php b/src/AnimeClient/Command/CacheClear.php index 9b3fa5c6..7308feff 100644 --- a/src/AnimeClient/Command/CacheClear.php +++ b/src/AnimeClient/Command/CacheClear.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/Command/CachePrime.php b/src/AnimeClient/Command/CachePrime.php index ec6f5e19..8b7d3687 100644 --- a/src/AnimeClient/Command/CachePrime.php +++ b/src/AnimeClient/Command/CachePrime.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/Command/ClearThumbnails.php b/src/AnimeClient/Command/ClearThumbnails.php index 965ca757..f1ba1670 100644 --- a/src/AnimeClient/Command/ClearThumbnails.php +++ b/src/AnimeClient/Command/ClearThumbnails.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/Command/SyncLists.php b/src/AnimeClient/Command/SyncLists.php index 2a10a0e2..8eb01e0f 100644 --- a/src/AnimeClient/Command/SyncLists.php +++ b/src/AnimeClient/Command/SyncLists.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/Command/UpdateThumbnails.php b/src/AnimeClient/Command/UpdateThumbnails.php index 1e00f89b..70478575 100644 --- a/src/AnimeClient/Command/UpdateThumbnails.php +++ b/src/AnimeClient/Command/UpdateThumbnails.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/Component/AnimeCover.php b/src/AnimeClient/Component/AnimeCover.php index fb399617..8cb269e2 100644 --- a/src/AnimeClient/Component/AnimeCover.php +++ b/src/AnimeClient/Component/AnimeCover.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/Component/Character.php b/src/AnimeClient/Component/Character.php index 1abcd06e..dce44978 100644 --- a/src/AnimeClient/Component/Character.php +++ b/src/AnimeClient/Component/Character.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/Component/ComponentTrait.php b/src/AnimeClient/Component/ComponentTrait.php index c07170c0..3464652a 100644 --- a/src/AnimeClient/Component/ComponentTrait.php +++ b/src/AnimeClient/Component/ComponentTrait.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/Component/MangaCover.php b/src/AnimeClient/Component/MangaCover.php index 46a55d97..44b2e51c 100644 --- a/src/AnimeClient/Component/MangaCover.php +++ b/src/AnimeClient/Component/MangaCover.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/Component/Media.php b/src/AnimeClient/Component/Media.php index c6c4bf67..4ee36aaa 100644 --- a/src/AnimeClient/Component/Media.php +++ b/src/AnimeClient/Component/Media.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/Component/Tabs.php b/src/AnimeClient/Component/Tabs.php index 321e9ff5..724d88d4 100644 --- a/src/AnimeClient/Component/Tabs.php +++ b/src/AnimeClient/Component/Tabs.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/Component/VerticalTabs.php b/src/AnimeClient/Component/VerticalTabs.php index 8cabadb4..df0d563e 100644 --- a/src/AnimeClient/Component/VerticalTabs.php +++ b/src/AnimeClient/Component/VerticalTabs.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/Controller.php b/src/AnimeClient/Controller.php index f7f1efce..c0827ee4 100644 --- a/src/AnimeClient/Controller.php +++ b/src/AnimeClient/Controller.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/Controller/Anime.php b/src/AnimeClient/Controller/Anime.php index ac0c3dd6..04bd7862 100644 --- a/src/AnimeClient/Controller/Anime.php +++ b/src/AnimeClient/Controller/Anime.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/Controller/AnimeCollection.php b/src/AnimeClient/Controller/AnimeCollection.php index 56605c1f..0935d181 100644 --- a/src/AnimeClient/Controller/AnimeCollection.php +++ b/src/AnimeClient/Controller/AnimeCollection.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/Controller/Character.php b/src/AnimeClient/Controller/Character.php index bd1fb42f..1025b4ca 100644 --- a/src/AnimeClient/Controller/Character.php +++ b/src/AnimeClient/Controller/Character.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/Controller/History.php b/src/AnimeClient/Controller/History.php index a6a1f579..429119a9 100644 --- a/src/AnimeClient/Controller/History.php +++ b/src/AnimeClient/Controller/History.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/Controller/Images.php b/src/AnimeClient/Controller/Images.php index 31eb6f02..dbceec27 100644 --- a/src/AnimeClient/Controller/Images.php +++ b/src/AnimeClient/Controller/Images.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/Controller/Manga.php b/src/AnimeClient/Controller/Manga.php index 3b737564..fd26aded 100644 --- a/src/AnimeClient/Controller/Manga.php +++ b/src/AnimeClient/Controller/Manga.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/Controller/Misc.php b/src/AnimeClient/Controller/Misc.php index 1f63cfec..208bb29a 100644 --- a/src/AnimeClient/Controller/Misc.php +++ b/src/AnimeClient/Controller/Misc.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/Controller/People.php b/src/AnimeClient/Controller/People.php index 202fbd89..e1e9e9dc 100644 --- a/src/AnimeClient/Controller/People.php +++ b/src/AnimeClient/Controller/People.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/Controller/Settings.php b/src/AnimeClient/Controller/Settings.php index b25b758f..c564e9db 100644 --- a/src/AnimeClient/Controller/Settings.php +++ b/src/AnimeClient/Controller/Settings.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/Controller/User.php b/src/AnimeClient/Controller/User.php index 78191551..237fbea8 100644 --- a/src/AnimeClient/Controller/User.php +++ b/src/AnimeClient/Controller/User.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/Dispatcher.php b/src/AnimeClient/Dispatcher.php index d0e67e37..6a6d53f3 100644 --- a/src/AnimeClient/Dispatcher.php +++ b/src/AnimeClient/Dispatcher.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/Enum/API.php b/src/AnimeClient/Enum/API.php index de0470b0..e787b659 100644 --- a/src/AnimeClient/Enum/API.php +++ b/src/AnimeClient/Enum/API.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/Enum/EventType.php b/src/AnimeClient/Enum/EventType.php index bae3ba05..022b5c6c 100644 --- a/src/AnimeClient/Enum/EventType.php +++ b/src/AnimeClient/Enum/EventType.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/Enum/MediaType.php b/src/AnimeClient/Enum/MediaType.php index b01a93f8..b0275804 100644 --- a/src/AnimeClient/Enum/MediaType.php +++ b/src/AnimeClient/Enum/MediaType.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/Enum/SyncAction.php b/src/AnimeClient/Enum/SyncAction.php index 5291b547..235a2dc1 100644 --- a/src/AnimeClient/Enum/SyncAction.php +++ b/src/AnimeClient/Enum/SyncAction.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/FormGenerator.php b/src/AnimeClient/FormGenerator.php index c2f911af..c0a50ce3 100644 --- a/src/AnimeClient/FormGenerator.php +++ b/src/AnimeClient/FormGenerator.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/Helper/Form.php b/src/AnimeClient/Helper/Form.php index 6fb3b3e3..78fb8b09 100644 --- a/src/AnimeClient/Helper/Form.php +++ b/src/AnimeClient/Helper/Form.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/Helper/Menu.php b/src/AnimeClient/Helper/Menu.php index 17f7935b..f3e5c5de 100644 --- a/src/AnimeClient/Helper/Menu.php +++ b/src/AnimeClient/Helper/Menu.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/Helper/Picture.php b/src/AnimeClient/Helper/Picture.php index 75fd5e29..75dc0038 100644 --- a/src/AnimeClient/Helper/Picture.php +++ b/src/AnimeClient/Helper/Picture.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/Kitsu.php b/src/AnimeClient/Kitsu.php index 48f71c56..f4162dc2 100644 --- a/src/AnimeClient/Kitsu.php +++ b/src/AnimeClient/Kitsu.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/MenuGenerator.php b/src/AnimeClient/MenuGenerator.php index eaddf152..3951dacc 100644 --- a/src/AnimeClient/MenuGenerator.php +++ b/src/AnimeClient/MenuGenerator.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/Model/API.php b/src/AnimeClient/Model/API.php index 08b4b5da..504181ca 100644 --- a/src/AnimeClient/Model/API.php +++ b/src/AnimeClient/Model/API.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/Model/Anime.php b/src/AnimeClient/Model/Anime.php index 414ee042..7736977a 100644 --- a/src/AnimeClient/Model/Anime.php +++ b/src/AnimeClient/Model/Anime.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/Model/AnimeCollection.php b/src/AnimeClient/Model/AnimeCollection.php index 13d82efe..74301911 100644 --- a/src/AnimeClient/Model/AnimeCollection.php +++ b/src/AnimeClient/Model/AnimeCollection.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/Model/Collection.php b/src/AnimeClient/Model/Collection.php index 3bbefeb2..9d0bcb59 100644 --- a/src/AnimeClient/Model/Collection.php +++ b/src/AnimeClient/Model/Collection.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/Model/DB.php b/src/AnimeClient/Model/DB.php index 202decde..8463dcad 100644 --- a/src/AnimeClient/Model/DB.php +++ b/src/AnimeClient/Model/DB.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/Model/Manga.php b/src/AnimeClient/Model/Manga.php index c9b4a9d9..5810d6d8 100644 --- a/src/AnimeClient/Model/Manga.php +++ b/src/AnimeClient/Model/Manga.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/Model/MediaTrait.php b/src/AnimeClient/Model/MediaTrait.php index b838ac7f..aac8fabe 100644 --- a/src/AnimeClient/Model/MediaTrait.php +++ b/src/AnimeClient/Model/MediaTrait.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/Model/Settings.php b/src/AnimeClient/Model/Settings.php index 9848f703..7d413cf5 100644 --- a/src/AnimeClient/Model/Settings.php +++ b/src/AnimeClient/Model/Settings.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/RoutingBase.php b/src/AnimeClient/RoutingBase.php index aee918c5..1d91fd6d 100644 --- a/src/AnimeClient/RoutingBase.php +++ b/src/AnimeClient/RoutingBase.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/Types/AbstractType.php b/src/AnimeClient/Types/AbstractType.php index 601b9b75..7a3b6407 100644 --- a/src/AnimeClient/Types/AbstractType.php +++ b/src/AnimeClient/Types/AbstractType.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/Types/Anime.php b/src/AnimeClient/Types/Anime.php index 922a02f5..357345a7 100644 --- a/src/AnimeClient/Types/Anime.php +++ b/src/AnimeClient/Types/Anime.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/Types/AnimeListItem.php b/src/AnimeClient/Types/AnimeListItem.php index 8c0d0f3c..2a2c484f 100644 --- a/src/AnimeClient/Types/AnimeListItem.php +++ b/src/AnimeClient/Types/AnimeListItem.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/Types/AnimePage.php b/src/AnimeClient/Types/AnimePage.php index ed6653fe..8679a7ee 100644 --- a/src/AnimeClient/Types/AnimePage.php +++ b/src/AnimeClient/Types/AnimePage.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/Types/Character.php b/src/AnimeClient/Types/Character.php index 32e56714..d9500914 100644 --- a/src/AnimeClient/Types/Character.php +++ b/src/AnimeClient/Types/Character.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/Types/Characters.php b/src/AnimeClient/Types/Characters.php index 9f78ba39..b951e2d6 100644 --- a/src/AnimeClient/Types/Characters.php +++ b/src/AnimeClient/Types/Characters.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/Types/Config.php b/src/AnimeClient/Types/Config.php index 83944c5e..d3f2d7d7 100644 --- a/src/AnimeClient/Types/Config.php +++ b/src/AnimeClient/Types/Config.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/Types/Config/Anilist.php b/src/AnimeClient/Types/Config/Anilist.php index 263cba06..b81be659 100644 --- a/src/AnimeClient/Types/Config/Anilist.php +++ b/src/AnimeClient/Types/Config/Anilist.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/Types/Config/Cache.php b/src/AnimeClient/Types/Config/Cache.php index 9ac741bb..c8286fab 100644 --- a/src/AnimeClient/Types/Config/Cache.php +++ b/src/AnimeClient/Types/Config/Cache.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/Types/Config/Database.php b/src/AnimeClient/Types/Config/Database.php index 0be74465..1785eebd 100644 --- a/src/AnimeClient/Types/Config/Database.php +++ b/src/AnimeClient/Types/Config/Database.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/Types/FormItem.php b/src/AnimeClient/Types/FormItem.php index 470e6a75..b8d1130a 100644 --- a/src/AnimeClient/Types/FormItem.php +++ b/src/AnimeClient/Types/FormItem.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/Types/FormItemData.php b/src/AnimeClient/Types/FormItemData.php index 6ce8712e..6dba7bc8 100644 --- a/src/AnimeClient/Types/FormItemData.php +++ b/src/AnimeClient/Types/FormItemData.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/Types/HistoryItem.php b/src/AnimeClient/Types/HistoryItem.php index 0057f3b7..68f608db 100644 --- a/src/AnimeClient/Types/HistoryItem.php +++ b/src/AnimeClient/Types/HistoryItem.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/Types/MangaListItem.php b/src/AnimeClient/Types/MangaListItem.php index 9952c71c..226e9c93 100644 --- a/src/AnimeClient/Types/MangaListItem.php +++ b/src/AnimeClient/Types/MangaListItem.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/Types/MangaListItemDetail.php b/src/AnimeClient/Types/MangaListItemDetail.php index 983d9fb8..07a8e1bc 100644 --- a/src/AnimeClient/Types/MangaListItemDetail.php +++ b/src/AnimeClient/Types/MangaListItemDetail.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/Types/MangaPage.php b/src/AnimeClient/Types/MangaPage.php index 4bc8ae38..a889e120 100644 --- a/src/AnimeClient/Types/MangaPage.php +++ b/src/AnimeClient/Types/MangaPage.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/Types/Media.php b/src/AnimeClient/Types/Media.php index 2d6f93d4..f61dfbd5 100644 --- a/src/AnimeClient/Types/Media.php +++ b/src/AnimeClient/Types/Media.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/Types/Person.php b/src/AnimeClient/Types/Person.php index 920159b5..675f2b56 100644 --- a/src/AnimeClient/Types/Person.php +++ b/src/AnimeClient/Types/Person.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/Types/UndefinedPropertyException.php b/src/AnimeClient/Types/UndefinedPropertyException.php index 065cffef..224ea573 100644 --- a/src/AnimeClient/Types/UndefinedPropertyException.php +++ b/src/AnimeClient/Types/UndefinedPropertyException.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/Types/User.php b/src/AnimeClient/Types/User.php index 03fe7a14..e9a199a8 100644 --- a/src/AnimeClient/Types/User.php +++ b/src/AnimeClient/Types/User.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/UrlGenerator.php b/src/AnimeClient/UrlGenerator.php index 6feb9fc4..b4c99b56 100644 --- a/src/AnimeClient/UrlGenerator.php +++ b/src/AnimeClient/UrlGenerator.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/Util.php b/src/AnimeClient/Util.php index fb708edc..940b976e 100644 --- a/src/AnimeClient/Util.php +++ b/src/AnimeClient/Util.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient/constants.php b/src/AnimeClient/constants.php index 813a1210..c3888d77 100644 --- a/src/AnimeClient/constants.php +++ b/src/AnimeClient/constants.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Ion/Config.php b/src/Ion/Config.php index 9ee495a6..8d0cdc60 100644 --- a/src/Ion/Config.php +++ b/src/Ion/Config.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Ion/ConfigInterface.php b/src/Ion/ConfigInterface.php index dae26e41..b469cc31 100644 --- a/src/Ion/ConfigInterface.php +++ b/src/Ion/ConfigInterface.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Ion/Di/Container.php b/src/Ion/Di/Container.php index 4b5eab27..cecafd1f 100644 --- a/src/Ion/Di/Container.php +++ b/src/Ion/Di/Container.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Ion/Di/ContainerAware.php b/src/Ion/Di/ContainerAware.php index 00cad5f8..54bde541 100644 --- a/src/Ion/Di/ContainerAware.php +++ b/src/Ion/Di/ContainerAware.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Ion/Di/ContainerAwareInterface.php b/src/Ion/Di/ContainerAwareInterface.php index 08d65c25..e2214010 100644 --- a/src/Ion/Di/ContainerAwareInterface.php +++ b/src/Ion/Di/ContainerAwareInterface.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Ion/Di/ContainerInterface.php b/src/Ion/Di/ContainerInterface.php index e5d18623..a5b1eb42 100644 --- a/src/Ion/Di/ContainerInterface.php +++ b/src/Ion/Di/ContainerInterface.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Ion/Di/Exception/ContainerException.php b/src/Ion/Di/Exception/ContainerException.php index 464a106c..3d3a2e5b 100644 --- a/src/Ion/Di/Exception/ContainerException.php +++ b/src/Ion/Di/Exception/ContainerException.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Ion/Di/Exception/NotFoundException.php b/src/Ion/Di/Exception/NotFoundException.php index c08e64f9..0fcab636 100644 --- a/src/Ion/Di/Exception/NotFoundException.php +++ b/src/Ion/Di/Exception/NotFoundException.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Ion/Enum.php b/src/Ion/Enum.php index 8fcbe130..098907e8 100644 --- a/src/Ion/Enum.php +++ b/src/Ion/Enum.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Ion/Event.php b/src/Ion/Event.php index 274c6ff2..69f9ac92 100644 --- a/src/Ion/Event.php +++ b/src/Ion/Event.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Ion/Exception/ConfigException.php b/src/Ion/Exception/ConfigException.php index ca9271b5..ea95aa23 100644 --- a/src/Ion/Exception/ConfigException.php +++ b/src/Ion/Exception/ConfigException.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Ion/Exception/DoubleRenderException.php b/src/Ion/Exception/DoubleRenderException.php index ec773c06..9349b82f 100644 --- a/src/Ion/Exception/DoubleRenderException.php +++ b/src/Ion/Exception/DoubleRenderException.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Ion/Friend.php b/src/Ion/Friend.php index d2458d31..89b15a56 100644 --- a/src/Ion/Friend.php +++ b/src/Ion/Friend.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Ion/Json.php b/src/Ion/Json.php index ea5757a7..3711c2bb 100644 --- a/src/Ion/Json.php +++ b/src/Ion/Json.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Ion/JsonException.php b/src/Ion/JsonException.php index e6bd37dd..6ec070b4 100644 --- a/src/Ion/JsonException.php +++ b/src/Ion/JsonException.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Ion/Model.php b/src/Ion/Model.php index 7f245eab..7d48314d 100644 --- a/src/Ion/Model.php +++ b/src/Ion/Model.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Ion/Transformer/AbstractTransformer.php b/src/Ion/Transformer/AbstractTransformer.php index 29fb4bff..2beeee19 100644 --- a/src/Ion/Transformer/AbstractTransformer.php +++ b/src/Ion/Transformer/AbstractTransformer.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Ion/Transformer/TransformerInterface.php b/src/Ion/Transformer/TransformerInterface.php index 9930d6bc..1c7d0160 100644 --- a/src/Ion/Transformer/TransformerInterface.php +++ b/src/Ion/Transformer/TransformerInterface.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Ion/Type/ArrayType.php b/src/Ion/Type/ArrayType.php index 8b7cb246..cb3a9353 100644 --- a/src/Ion/Type/ArrayType.php +++ b/src/Ion/Type/ArrayType.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Ion/Type/StringType.php b/src/Ion/Type/StringType.php index da8553e0..a90da7d6 100644 --- a/src/Ion/Type/StringType.php +++ b/src/Ion/Type/StringType.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Ion/View/HtmlView.php b/src/Ion/View/HtmlView.php index 0fe20732..bcc813d0 100644 --- a/src/Ion/View/HtmlView.php +++ b/src/Ion/View/HtmlView.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Ion/View/HttpView.php b/src/Ion/View/HttpView.php index fadc716a..21a4b041 100644 --- a/src/Ion/View/HttpView.php +++ b/src/Ion/View/HttpView.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Ion/View/JsonView.php b/src/Ion/View/JsonView.php index c78e89c2..8f27801d 100644 --- a/src/Ion/View/JsonView.php +++ b/src/Ion/View/JsonView.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Ion/ViewInterface.php b/src/Ion/ViewInterface.php index 14bcb4dc..01762360 100644 --- a/src/Ion/ViewInterface.php +++ b/src/Ion/ViewInterface.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Ion/functions.php b/src/Ion/functions.php index 79ffaaa3..9eb1706f 100644 --- a/src/Ion/functions.php +++ b/src/Ion/functions.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/tests/AnimeClient/API/APIRequestBuilderTest.php b/tests/AnimeClient/API/APIRequestBuilderTest.php index afe37358..c657b6e8 100644 --- a/tests/AnimeClient/API/APIRequestBuilderTest.php +++ b/tests/AnimeClient/API/APIRequestBuilderTest.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/tests/AnimeClient/API/CacheTraitTest.php b/tests/AnimeClient/API/CacheTraitTest.php index 5a1b13c1..2910bda8 100644 --- a/tests/AnimeClient/API/CacheTraitTest.php +++ b/tests/AnimeClient/API/CacheTraitTest.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/tests/AnimeClient/API/Kitsu/ModelTest.php b/tests/AnimeClient/API/Kitsu/ModelTest.php index 447b782a..5514b706 100644 --- a/tests/AnimeClient/API/Kitsu/ModelTest.php +++ b/tests/AnimeClient/API/Kitsu/ModelTest.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/tests/AnimeClient/API/Kitsu/Transformer/AnimeListTransformerTest.php b/tests/AnimeClient/API/Kitsu/Transformer/AnimeListTransformerTest.php index 2dd1d152..a79462c9 100644 --- a/tests/AnimeClient/API/Kitsu/Transformer/AnimeListTransformerTest.php +++ b/tests/AnimeClient/API/Kitsu/Transformer/AnimeListTransformerTest.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/tests/AnimeClient/API/Kitsu/Transformer/AnimeTransformerTest.php b/tests/AnimeClient/API/Kitsu/Transformer/AnimeTransformerTest.php index a3e21457..d759b512 100644 --- a/tests/AnimeClient/API/Kitsu/Transformer/AnimeTransformerTest.php +++ b/tests/AnimeClient/API/Kitsu/Transformer/AnimeTransformerTest.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/tests/AnimeClient/API/Kitsu/Transformer/MangaListTransformerTest.php b/tests/AnimeClient/API/Kitsu/Transformer/MangaListTransformerTest.php index b41d1129..26134963 100644 --- a/tests/AnimeClient/API/Kitsu/Transformer/MangaListTransformerTest.php +++ b/tests/AnimeClient/API/Kitsu/Transformer/MangaListTransformerTest.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/tests/AnimeClient/API/Kitsu/Transformer/MangaTransformerTest.php b/tests/AnimeClient/API/Kitsu/Transformer/MangaTransformerTest.php index d93e8ec2..c874fa92 100644 --- a/tests/AnimeClient/API/Kitsu/Transformer/MangaTransformerTest.php +++ b/tests/AnimeClient/API/Kitsu/Transformer/MangaTransformerTest.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/tests/AnimeClient/API/ParallelAPIRequestTest.php b/tests/AnimeClient/API/ParallelAPIRequestTest.php index c61ea05b..13e9ed88 100644 --- a/tests/AnimeClient/API/ParallelAPIRequestTest.php +++ b/tests/AnimeClient/API/ParallelAPIRequestTest.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/tests/AnimeClient/AnimeClientTest.php b/tests/AnimeClient/AnimeClientTest.php index c99a6189..f5ba4d99 100644 --- a/tests/AnimeClient/AnimeClientTest.php +++ b/tests/AnimeClient/AnimeClientTest.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/tests/AnimeClient/AnimeClientTestCase.php b/tests/AnimeClient/AnimeClientTestCase.php index 56810bcc..88a2db62 100644 --- a/tests/AnimeClient/AnimeClientTestCase.php +++ b/tests/AnimeClient/AnimeClientTestCase.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/tests/AnimeClient/Command/BaseCommandTest.php b/tests/AnimeClient/Command/BaseCommandTest.php index d08ed147..da24a031 100644 --- a/tests/AnimeClient/Command/BaseCommandTest.php +++ b/tests/AnimeClient/Command/BaseCommandTest.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/tests/AnimeClient/ControllerTest.php b/tests/AnimeClient/ControllerTest.php index 28225d50..32f18a4d 100644 --- a/tests/AnimeClient/ControllerTest.php +++ b/tests/AnimeClient/ControllerTest.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/tests/AnimeClient/DispatcherTest.php b/tests/AnimeClient/DispatcherTest.php index f9de089c..d0a94fd5 100644 --- a/tests/AnimeClient/DispatcherTest.php +++ b/tests/AnimeClient/DispatcherTest.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/tests/AnimeClient/FormGeneratorTest.php b/tests/AnimeClient/FormGeneratorTest.php index 46687f37..8cb72372 100644 --- a/tests/AnimeClient/FormGeneratorTest.php +++ b/tests/AnimeClient/FormGeneratorTest.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/tests/AnimeClient/Helper/MenuHelperTest.php b/tests/AnimeClient/Helper/MenuHelperTest.php index 09637b9e..8bd78c18 100644 --- a/tests/AnimeClient/Helper/MenuHelperTest.php +++ b/tests/AnimeClient/Helper/MenuHelperTest.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/tests/AnimeClient/Helper/PictureHelperTest.php b/tests/AnimeClient/Helper/PictureHelperTest.php index 8993d71b..9df0f61c 100644 --- a/tests/AnimeClient/Helper/PictureHelperTest.php +++ b/tests/AnimeClient/Helper/PictureHelperTest.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/tests/AnimeClient/KitsuTest.php b/tests/AnimeClient/KitsuTest.php index 123e6a7c..143defa6 100644 --- a/tests/AnimeClient/KitsuTest.php +++ b/tests/AnimeClient/KitsuTest.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/tests/AnimeClient/MenuGeneratorTest.php b/tests/AnimeClient/MenuGeneratorTest.php index bb88590a..38684ec9 100644 --- a/tests/AnimeClient/MenuGeneratorTest.php +++ b/tests/AnimeClient/MenuGeneratorTest.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/tests/AnimeClient/RequirementsTest.php b/tests/AnimeClient/RequirementsTest.php index a58e7ff5..bf7b5860 100644 --- a/tests/AnimeClient/RequirementsTest.php +++ b/tests/AnimeClient/RequirementsTest.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/tests/AnimeClient/RoutingBaseTest.php b/tests/AnimeClient/RoutingBaseTest.php index a78308f6..18b0b40b 100644 --- a/tests/AnimeClient/RoutingBaseTest.php +++ b/tests/AnimeClient/RoutingBaseTest.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/tests/AnimeClient/TestSessionHandler.php b/tests/AnimeClient/TestSessionHandler.php index 46789c6c..a6cfa657 100644 --- a/tests/AnimeClient/TestSessionHandler.php +++ b/tests/AnimeClient/TestSessionHandler.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/tests/AnimeClient/UrlGeneratorTest.php b/tests/AnimeClient/UrlGeneratorTest.php index 62131d5c..d0556eab 100644 --- a/tests/AnimeClient/UrlGeneratorTest.php +++ b/tests/AnimeClient/UrlGeneratorTest.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/tests/AnimeClient/UtilTest.php b/tests/AnimeClient/UtilTest.php index 6e23c0cd..8dd3aa72 100644 --- a/tests/AnimeClient/UtilTest.php +++ b/tests/AnimeClient/UtilTest.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/tests/Ion/BaseModelTest.php b/tests/Ion/BaseModelTest.php index 1c3ac00e..033075cd 100644 --- a/tests/Ion/BaseModelTest.php +++ b/tests/Ion/BaseModelTest.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/tests/Ion/ConfigTest.php b/tests/Ion/ConfigTest.php index ebafe3ac..58466998 100644 --- a/tests/Ion/ConfigTest.php +++ b/tests/Ion/ConfigTest.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/tests/Ion/Di/ContainerAwareTest.php b/tests/Ion/Di/ContainerAwareTest.php index c298d537..6fe4bf61 100644 --- a/tests/Ion/Di/ContainerAwareTest.php +++ b/tests/Ion/Di/ContainerAwareTest.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/tests/Ion/Di/ContainerTest.php b/tests/Ion/Di/ContainerTest.php index a3d82d76..1f132fa0 100644 --- a/tests/Ion/Di/ContainerTest.php +++ b/tests/Ion/Di/ContainerTest.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/tests/Ion/EnumTest.php b/tests/Ion/EnumTest.php index 33312696..d0a52c3e 100644 --- a/tests/Ion/EnumTest.php +++ b/tests/Ion/EnumTest.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/tests/Ion/EventTest.php b/tests/Ion/EventTest.php index c761b6d2..78327a73 100644 --- a/tests/Ion/EventTest.php +++ b/tests/Ion/EventTest.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/tests/Ion/Exception/DoubleRenderExceptionTest.php b/tests/Ion/Exception/DoubleRenderExceptionTest.php index 4e8db81c..d4df21e4 100644 --- a/tests/Ion/Exception/DoubleRenderExceptionTest.php +++ b/tests/Ion/Exception/DoubleRenderExceptionTest.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/tests/Ion/FriendTest.php b/tests/Ion/FriendTest.php index bc37f242..99bcd423 100644 --- a/tests/Ion/FriendTest.php +++ b/tests/Ion/FriendTest.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/tests/Ion/IonTestCase.php b/tests/Ion/IonTestCase.php index 6a2cc3a9..8d2c97d0 100644 --- a/tests/Ion/IonTestCase.php +++ b/tests/Ion/IonTestCase.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/tests/Ion/JsonTest.php b/tests/Ion/JsonTest.php index e53b6023..4f00e1f8 100644 --- a/tests/Ion/JsonTest.php +++ b/tests/Ion/JsonTest.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/tests/Ion/TestSessionHandler.php b/tests/Ion/TestSessionHandler.php index 65647449..cf5be4b8 100644 --- a/tests/Ion/TestSessionHandler.php +++ b/tests/Ion/TestSessionHandler.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/tests/Ion/Transformer/AbstractTransformerTest.php b/tests/Ion/Transformer/AbstractTransformerTest.php index f3650715..4a7d3c41 100644 --- a/tests/Ion/Transformer/AbstractTransformerTest.php +++ b/tests/Ion/Transformer/AbstractTransformerTest.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/tests/Ion/Type/ArrayTypeTest.php b/tests/Ion/Type/ArrayTypeTest.php index 7daadd6a..8ea0b5d3 100644 --- a/tests/Ion/Type/ArrayTypeTest.php +++ b/tests/Ion/Type/ArrayTypeTest.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/tests/Ion/Type/StringTypeTest.php b/tests/Ion/Type/StringTypeTest.php index 0f43ce1f..64a6a136 100644 --- a/tests/Ion/Type/StringTypeTest.php +++ b/tests/Ion/Type/StringTypeTest.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/tests/Ion/View/HtmlViewTest.php b/tests/Ion/View/HtmlViewTest.php index 18512d3b..9c299449 100644 --- a/tests/Ion/View/HtmlViewTest.php +++ b/tests/Ion/View/HtmlViewTest.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/tests/Ion/View/HttpViewTest.php b/tests/Ion/View/HttpViewTest.php index eb06993e..41d9b20f 100644 --- a/tests/Ion/View/HttpViewTest.php +++ b/tests/Ion/View/HttpViewTest.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/tests/Ion/View/JsonViewTest.php b/tests/Ion/View/JsonViewTest.php index 1e01c936..adcd587f 100644 --- a/tests/Ion/View/JsonViewTest.php +++ b/tests/Ion/View/JsonViewTest.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/tests/Ion/functionsTest.php b/tests/Ion/functionsTest.php index 10f3d2c6..a117cc8c 100644 --- a/tests/Ion/functionsTest.php +++ b/tests/Ion/functionsTest.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/tests/Ion/mocks.php b/tests/Ion/mocks.php index 25c13595..0a28b385 100644 --- a/tests/Ion/mocks.php +++ b/tests/Ion/mocks.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.4+ + * PHP version 8 * * @package HummingbirdAnimeClient * @author Timothy J. Warren