From fde9b05bdf8d34830d20b1654c84e9ac43c4cd2a Mon Sep 17 00:00:00 2001 From: "Timothy J. Warren" Date: Tue, 3 Dec 2019 15:17:25 -0500 Subject: [PATCH] Bump PHP version requirement --- README.md | 2 +- app/bootstrap.php | 2 +- build/header_comment.txt | 2 +- index.php | 2 +- src/API/APIRequestBuilder.php | 2 +- src/API/Anilist.php | 2 +- src/API/Anilist/AnilistRequestBuilder.php | 2 +- src/API/Anilist/AnilistTrait.php | 2 +- src/API/Anilist/ListItem.php | 2 +- src/API/Anilist/MissingIdException.php | 2 +- src/API/Anilist/Model.php | 2 +- src/API/Anilist/Transformer/AnimeListTransformer.php | 2 +- src/API/Anilist/Transformer/MangaListTransformer.php | 2 +- src/API/CacheTrait.php | 2 +- src/API/Enum/AnimeWatchingStatus/Anilist.php | 2 +- src/API/Enum/AnimeWatchingStatus/Kitsu.php | 2 +- src/API/Enum/AnimeWatchingStatus/Route.php | 2 +- src/API/Enum/AnimeWatchingStatus/Title.php | 2 +- src/API/Enum/MangaReadingStatus/Anilist.php | 2 +- src/API/Enum/MangaReadingStatus/Kitsu.php | 2 +- src/API/Enum/MangaReadingStatus/Route.php | 2 +- src/API/Enum/MangaReadingStatus/Title.php | 2 +- src/API/FailedResponseException.php | 2 +- src/API/JsonAPI.php | 2 +- src/API/Kitsu.php | 2 +- src/API/Kitsu/Auth.php | 2 +- src/API/Kitsu/Enum/AnimeAiringStatus.php | 2 +- src/API/Kitsu/KitsuRequestBuilder.php | 2 +- src/API/Kitsu/KitsuTrait.php | 2 +- src/API/Kitsu/ListItem.php | 2 +- src/API/Kitsu/Model.php | 2 +- src/API/Kitsu/Transformer/AnimeListTransformer.php | 2 +- src/API/Kitsu/Transformer/AnimeTransformer.php | 2 +- src/API/Kitsu/Transformer/CharacterTransformer.php | 2 +- src/API/Kitsu/Transformer/MangaListTransformer.php | 2 +- src/API/Kitsu/Transformer/MangaTransformer.php | 2 +- src/API/Kitsu/Transformer/PersonTransformer.php | 2 +- src/API/Kitsu/Transformer/UserTransformer.php | 2 +- src/API/ListItemInterface.php | 2 +- src/API/Mapping/AnimeWatchingStatus.php | 2 +- src/API/Mapping/MangaReadingStatus.php | 2 +- src/API/ParallelAPIRequest.php | 2 +- src/AnimeClient.php | 2 +- src/Command/BaseCommand.php | 2 +- src/Command/CacheClear.php | 2 +- src/Command/CachePrime.php | 2 +- src/Command/ClearThumbnails.php | 2 +- src/Command/SyncLists.php | 2 +- src/Command/UpdateThumbnails.php | 2 +- src/Controller.php | 2 +- src/Controller/Anime.php | 2 +- src/Controller/AnimeCollection.php | 2 +- src/Controller/Character.php | 2 +- src/Controller/Images.php | 2 +- src/Controller/Manga.php | 2 +- src/Controller/MangaCollection.php | 2 +- src/Controller/Misc.php | 2 +- src/Controller/People.php | 2 +- src/Controller/Settings.php | 2 +- src/Controller/User.php | 2 +- src/Dispatcher.php | 2 +- src/FormGenerator.php | 2 +- src/Helper/Form.php | 2 +- src/Helper/Menu.php | 2 +- src/Helper/Picture.php | 2 +- src/MenuGenerator.php | 2 +- src/Model/API.php | 2 +- src/Model/Anime.php | 2 +- src/Model/AnimeCollection.php | 2 +- src/Model/Collection.php | 2 +- src/Model/DB.php | 2 +- src/Model/Manga.php | 2 +- src/Model/MangaCollection.php | 2 +- src/Model/Settings.php | 2 +- src/RoutingBase.php | 2 +- src/Types/AbstractType.php | 2 +- src/Types/Anime.php | 2 +- src/Types/AnimeListItem.php | 2 +- src/Types/AnimePage.php | 2 +- src/Types/Character.php | 2 +- src/Types/Config.php | 2 +- src/Types/Config/Anilist.php | 2 +- src/Types/Config/Cache.php | 2 +- src/Types/Config/Database.php | 2 +- src/Types/FormItem.php | 2 +- src/Types/FormItemData.php | 2 +- src/Types/MangaListItem.php | 2 +- src/Types/MangaListItemDetail.php | 2 +- src/Types/MangaPage.php | 2 +- src/Types/Person.php | 2 +- src/Types/UndefinedPropertyException.php | 2 +- src/Types/User.php | 2 +- src/UrlGenerator.php | 2 +- src/Util.php | 2 +- src/constants.php | 2 +- tests/API/APIRequestBuilderTest.php | 2 +- tests/API/CacheTraitTest.php | 2 +- tests/API/JsonAPITest.php | 2 +- tests/API/Kitsu/Transformer/AnimeListTransformerTest.php | 2 +- tests/API/Kitsu/Transformer/AnimeTransformerTest.php | 2 +- tests/API/Kitsu/Transformer/MangaListTransformerTest.php | 2 +- tests/API/Kitsu/Transformer/MangaTransformerTest.php | 2 +- tests/API/KitsuTest.php | 2 +- tests/API/ParallelAPIRequestTest.php | 2 +- tests/AnimeClientTest.php | 2 +- tests/AnimeClientTestCase.php | 2 +- tests/Command/BaseCommandTest.php | 2 +- tests/ControllerTest.php | 2 +- tests/DispatcherTest.php | 2 +- tests/Helper/MenuHelperTest.php | 2 +- tests/Helper/PictureHelperTest.php | 2 +- tests/MenuGeneratorTest.php | 2 +- tests/RequirementsTest.php | 2 +- tests/RoutingBaseTest.php | 2 +- tests/TestSessionHandler.php | 2 +- tests/UrlGeneratorTest.php | 2 +- tests/UtilTest.php | 2 +- 117 files changed, 117 insertions(+), 117 deletions(-) diff --git a/README.md b/README.md index a70a6cd8..2629142b 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Update your anime/manga list on Kitsu.io and MyAnimeList.net ### Requirements -* PHP 7.1+ +* PHP 7.2+ * PDO SQLite or PDO PostgreSQL (For collection tab) * GD extension for caching images diff --git a/app/bootstrap.php b/app/bootstrap.php index ef9a0d57..de730992 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.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/build/header_comment.txt b/build/header_comment.txt index 3f8b1752..43a9aed0 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.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/index.php b/index.php index f122dcfd..8d202961 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.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/API/APIRequestBuilder.php b/src/API/APIRequestBuilder.php index 42dd350b..bef8bb57 100644 --- a/src/API/APIRequestBuilder.php +++ b/src/API/APIRequestBuilder.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/API/Anilist.php b/src/API/Anilist.php index bd225a60..ba7419f2 100644 --- a/src/API/Anilist.php +++ b/src/API/Anilist.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/API/Anilist/AnilistRequestBuilder.php b/src/API/Anilist/AnilistRequestBuilder.php index d80eaad0..6067658a 100644 --- a/src/API/Anilist/AnilistRequestBuilder.php +++ b/src/API/Anilist/AnilistRequestBuilder.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/API/Anilist/AnilistTrait.php b/src/API/Anilist/AnilistTrait.php index a8390e79..20ff63ee 100644 --- a/src/API/Anilist/AnilistTrait.php +++ b/src/API/Anilist/AnilistTrait.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/API/Anilist/ListItem.php b/src/API/Anilist/ListItem.php index ca8d6283..37b2e260 100644 --- a/src/API/Anilist/ListItem.php +++ b/src/API/Anilist/ListItem.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/API/Anilist/MissingIdException.php b/src/API/Anilist/MissingIdException.php index fb116a1e..b32e6b2a 100644 --- a/src/API/Anilist/MissingIdException.php +++ b/src/API/Anilist/MissingIdException.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/API/Anilist/Model.php b/src/API/Anilist/Model.php index 00115399..15a11ebd 100644 --- a/src/API/Anilist/Model.php +++ b/src/API/Anilist/Model.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/API/Anilist/Transformer/AnimeListTransformer.php b/src/API/Anilist/Transformer/AnimeListTransformer.php index 4059a47e..734fd7c6 100644 --- a/src/API/Anilist/Transformer/AnimeListTransformer.php +++ b/src/API/Anilist/Transformer/AnimeListTransformer.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/API/Anilist/Transformer/MangaListTransformer.php b/src/API/Anilist/Transformer/MangaListTransformer.php index 9537438a..c14cb846 100644 --- a/src/API/Anilist/Transformer/MangaListTransformer.php +++ b/src/API/Anilist/Transformer/MangaListTransformer.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/API/CacheTrait.php b/src/API/CacheTrait.php index 92f349f0..d946eb64 100644 --- a/src/API/CacheTrait.php +++ b/src/API/CacheTrait.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/API/Enum/AnimeWatchingStatus/Anilist.php b/src/API/Enum/AnimeWatchingStatus/Anilist.php index 685feecc..07065c05 100644 --- a/src/API/Enum/AnimeWatchingStatus/Anilist.php +++ b/src/API/Enum/AnimeWatchingStatus/Anilist.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/API/Enum/AnimeWatchingStatus/Kitsu.php b/src/API/Enum/AnimeWatchingStatus/Kitsu.php index 7611548f..b1673e5c 100644 --- a/src/API/Enum/AnimeWatchingStatus/Kitsu.php +++ b/src/API/Enum/AnimeWatchingStatus/Kitsu.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/API/Enum/AnimeWatchingStatus/Route.php b/src/API/Enum/AnimeWatchingStatus/Route.php index 513437f3..250c3f23 100644 --- a/src/API/Enum/AnimeWatchingStatus/Route.php +++ b/src/API/Enum/AnimeWatchingStatus/Route.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/API/Enum/AnimeWatchingStatus/Title.php b/src/API/Enum/AnimeWatchingStatus/Title.php index 6a552147..eb580246 100644 --- a/src/API/Enum/AnimeWatchingStatus/Title.php +++ b/src/API/Enum/AnimeWatchingStatus/Title.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/API/Enum/MangaReadingStatus/Anilist.php b/src/API/Enum/MangaReadingStatus/Anilist.php index a0c48100..e5597ebf 100644 --- a/src/API/Enum/MangaReadingStatus/Anilist.php +++ b/src/API/Enum/MangaReadingStatus/Anilist.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/API/Enum/MangaReadingStatus/Kitsu.php b/src/API/Enum/MangaReadingStatus/Kitsu.php index 2ced44f5..958b6566 100644 --- a/src/API/Enum/MangaReadingStatus/Kitsu.php +++ b/src/API/Enum/MangaReadingStatus/Kitsu.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/API/Enum/MangaReadingStatus/Route.php b/src/API/Enum/MangaReadingStatus/Route.php index 67a7d37d..95acf76d 100644 --- a/src/API/Enum/MangaReadingStatus/Route.php +++ b/src/API/Enum/MangaReadingStatus/Route.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/API/Enum/MangaReadingStatus/Title.php b/src/API/Enum/MangaReadingStatus/Title.php index f8d2f5fb..5d033c64 100644 --- a/src/API/Enum/MangaReadingStatus/Title.php +++ b/src/API/Enum/MangaReadingStatus/Title.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/API/FailedResponseException.php b/src/API/FailedResponseException.php index 1813d683..4ee7cd97 100644 --- a/src/API/FailedResponseException.php +++ b/src/API/FailedResponseException.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/API/JsonAPI.php b/src/API/JsonAPI.php index bbad2462..aab3a5d8 100644 --- a/src/API/JsonAPI.php +++ b/src/API/JsonAPI.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/API/Kitsu.php b/src/API/Kitsu.php index f0911e1f..d5993dab 100644 --- a/src/API/Kitsu.php +++ b/src/API/Kitsu.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/API/Kitsu/Auth.php b/src/API/Kitsu/Auth.php index e5591e2e..0a53ccd7 100644 --- a/src/API/Kitsu/Auth.php +++ b/src/API/Kitsu/Auth.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/API/Kitsu/Enum/AnimeAiringStatus.php b/src/API/Kitsu/Enum/AnimeAiringStatus.php index c59343b9..34fcfc95 100644 --- a/src/API/Kitsu/Enum/AnimeAiringStatus.php +++ b/src/API/Kitsu/Enum/AnimeAiringStatus.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/API/Kitsu/KitsuRequestBuilder.php b/src/API/Kitsu/KitsuRequestBuilder.php index 41f3df62..52a4a086 100644 --- a/src/API/Kitsu/KitsuRequestBuilder.php +++ b/src/API/Kitsu/KitsuRequestBuilder.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/API/Kitsu/KitsuTrait.php b/src/API/Kitsu/KitsuTrait.php index 982e80bc..58b39b9d 100644 --- a/src/API/Kitsu/KitsuTrait.php +++ b/src/API/Kitsu/KitsuTrait.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/API/Kitsu/ListItem.php b/src/API/Kitsu/ListItem.php index a32d9b4f..1fcc1709 100644 --- a/src/API/Kitsu/ListItem.php +++ b/src/API/Kitsu/ListItem.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/API/Kitsu/Model.php b/src/API/Kitsu/Model.php index a9919f1d..d96d4fe7 100644 --- a/src/API/Kitsu/Model.php +++ b/src/API/Kitsu/Model.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/API/Kitsu/Transformer/AnimeListTransformer.php b/src/API/Kitsu/Transformer/AnimeListTransformer.php index 5f29b9b8..bf1c711e 100644 --- a/src/API/Kitsu/Transformer/AnimeListTransformer.php +++ b/src/API/Kitsu/Transformer/AnimeListTransformer.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/API/Kitsu/Transformer/AnimeTransformer.php b/src/API/Kitsu/Transformer/AnimeTransformer.php index f93adf48..7e042230 100644 --- a/src/API/Kitsu/Transformer/AnimeTransformer.php +++ b/src/API/Kitsu/Transformer/AnimeTransformer.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/API/Kitsu/Transformer/CharacterTransformer.php b/src/API/Kitsu/Transformer/CharacterTransformer.php index 0a5cd5cb..96aa97ef 100644 --- a/src/API/Kitsu/Transformer/CharacterTransformer.php +++ b/src/API/Kitsu/Transformer/CharacterTransformer.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/API/Kitsu/Transformer/MangaListTransformer.php b/src/API/Kitsu/Transformer/MangaListTransformer.php index 28691ecb..9aee2748 100644 --- a/src/API/Kitsu/Transformer/MangaListTransformer.php +++ b/src/API/Kitsu/Transformer/MangaListTransformer.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/API/Kitsu/Transformer/MangaTransformer.php b/src/API/Kitsu/Transformer/MangaTransformer.php index 0dc2ddfa..be467fde 100644 --- a/src/API/Kitsu/Transformer/MangaTransformer.php +++ b/src/API/Kitsu/Transformer/MangaTransformer.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/API/Kitsu/Transformer/PersonTransformer.php b/src/API/Kitsu/Transformer/PersonTransformer.php index 7e07600a..7aa506b5 100644 --- a/src/API/Kitsu/Transformer/PersonTransformer.php +++ b/src/API/Kitsu/Transformer/PersonTransformer.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/API/Kitsu/Transformer/UserTransformer.php b/src/API/Kitsu/Transformer/UserTransformer.php index c5b05464..9a9fa080 100644 --- a/src/API/Kitsu/Transformer/UserTransformer.php +++ b/src/API/Kitsu/Transformer/UserTransformer.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/API/ListItemInterface.php b/src/API/ListItemInterface.php index 310b273b..88487d01 100644 --- a/src/API/ListItemInterface.php +++ b/src/API/ListItemInterface.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/API/Mapping/AnimeWatchingStatus.php b/src/API/Mapping/AnimeWatchingStatus.php index 81e516b6..25cbf226 100644 --- a/src/API/Mapping/AnimeWatchingStatus.php +++ b/src/API/Mapping/AnimeWatchingStatus.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/API/Mapping/MangaReadingStatus.php b/src/API/Mapping/MangaReadingStatus.php index d2dd609e..08f6eb62 100644 --- a/src/API/Mapping/MangaReadingStatus.php +++ b/src/API/Mapping/MangaReadingStatus.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/API/ParallelAPIRequest.php b/src/API/ParallelAPIRequest.php index 355188b4..043038e2 100644 --- a/src/API/ParallelAPIRequest.php +++ b/src/API/ParallelAPIRequest.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient.php b/src/AnimeClient.php index 4440f5b0..2846102d 100644 --- a/src/AnimeClient.php +++ b/src/AnimeClient.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Command/BaseCommand.php b/src/Command/BaseCommand.php index 34840af3..ce4fcc47 100644 --- a/src/Command/BaseCommand.php +++ b/src/Command/BaseCommand.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Command/CacheClear.php b/src/Command/CacheClear.php index ac7b6538..e065418b 100644 --- a/src/Command/CacheClear.php +++ b/src/Command/CacheClear.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Command/CachePrime.php b/src/Command/CachePrime.php index e265ae83..76cc2671 100644 --- a/src/Command/CachePrime.php +++ b/src/Command/CachePrime.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Command/ClearThumbnails.php b/src/Command/ClearThumbnails.php index 0a5a0229..64c622ff 100644 --- a/src/Command/ClearThumbnails.php +++ b/src/Command/ClearThumbnails.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Command/SyncLists.php b/src/Command/SyncLists.php index bd923fb4..937e1a51 100644 --- a/src/Command/SyncLists.php +++ b/src/Command/SyncLists.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Command/UpdateThumbnails.php b/src/Command/UpdateThumbnails.php index 80d88a6b..5b5e69da 100644 --- a/src/Command/UpdateThumbnails.php +++ b/src/Command/UpdateThumbnails.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Controller.php b/src/Controller.php index e76784d5..91156e2f 100644 --- a/src/Controller.php +++ b/src/Controller.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Controller/Anime.php b/src/Controller/Anime.php index 3bcb39cc..a4bd6845 100644 --- a/src/Controller/Anime.php +++ b/src/Controller/Anime.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Controller/AnimeCollection.php b/src/Controller/AnimeCollection.php index 1aa86676..e47639fd 100644 --- a/src/Controller/AnimeCollection.php +++ b/src/Controller/AnimeCollection.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Controller/Character.php b/src/Controller/Character.php index 5440dfd0..ac073917 100644 --- a/src/Controller/Character.php +++ b/src/Controller/Character.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Controller/Images.php b/src/Controller/Images.php index a9ad4344..c3d11bc2 100644 --- a/src/Controller/Images.php +++ b/src/Controller/Images.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Controller/Manga.php b/src/Controller/Manga.php index b8add390..1fc90685 100644 --- a/src/Controller/Manga.php +++ b/src/Controller/Manga.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Controller/MangaCollection.php b/src/Controller/MangaCollection.php index 73a8cf44..683d8909 100644 --- a/src/Controller/MangaCollection.php +++ b/src/Controller/MangaCollection.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Controller/Misc.php b/src/Controller/Misc.php index b73afc5b..18fc8cea 100644 --- a/src/Controller/Misc.php +++ b/src/Controller/Misc.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Controller/People.php b/src/Controller/People.php index 30b333d6..f2b549e6 100644 --- a/src/Controller/People.php +++ b/src/Controller/People.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Controller/Settings.php b/src/Controller/Settings.php index 82a296dd..6139ffe6 100644 --- a/src/Controller/Settings.php +++ b/src/Controller/Settings.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Controller/User.php b/src/Controller/User.php index ed62d2ad..7a2bd284 100644 --- a/src/Controller/User.php +++ b/src/Controller/User.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Dispatcher.php b/src/Dispatcher.php index faeb4df5..92a3fcff 100644 --- a/src/Dispatcher.php +++ b/src/Dispatcher.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/FormGenerator.php b/src/FormGenerator.php index c535ca42..e33567d0 100644 --- a/src/FormGenerator.php +++ b/src/FormGenerator.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Helper/Form.php b/src/Helper/Form.php index efe099bf..72c2b16e 100644 --- a/src/Helper/Form.php +++ b/src/Helper/Form.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Helper/Menu.php b/src/Helper/Menu.php index faa32250..87541a37 100644 --- a/src/Helper/Menu.php +++ b/src/Helper/Menu.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Helper/Picture.php b/src/Helper/Picture.php index 9e8b2dcc..4f086b95 100644 --- a/src/Helper/Picture.php +++ b/src/Helper/Picture.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/MenuGenerator.php b/src/MenuGenerator.php index bcfb797a..33093f11 100644 --- a/src/MenuGenerator.php +++ b/src/MenuGenerator.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Model/API.php b/src/Model/API.php index ebc7c06c..2361f2c8 100644 --- a/src/Model/API.php +++ b/src/Model/API.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Model/Anime.php b/src/Model/Anime.php index 213a8bc3..1388390b 100644 --- a/src/Model/Anime.php +++ b/src/Model/Anime.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Model/AnimeCollection.php b/src/Model/AnimeCollection.php index 12b8e826..92d1a4f0 100644 --- a/src/Model/AnimeCollection.php +++ b/src/Model/AnimeCollection.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Model/Collection.php b/src/Model/Collection.php index ea99f191..b9d934b0 100644 --- a/src/Model/Collection.php +++ b/src/Model/Collection.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Model/DB.php b/src/Model/DB.php index f66b71e3..574cdc55 100644 --- a/src/Model/DB.php +++ b/src/Model/DB.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Model/Manga.php b/src/Model/Manga.php index 2acad927..ee873870 100644 --- a/src/Model/Manga.php +++ b/src/Model/Manga.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Model/MangaCollection.php b/src/Model/MangaCollection.php index 71238f42..e3ab2196 100644 --- a/src/Model/MangaCollection.php +++ b/src/Model/MangaCollection.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Model/Settings.php b/src/Model/Settings.php index 90d0f582..ff900182 100644 --- a/src/Model/Settings.php +++ b/src/Model/Settings.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/RoutingBase.php b/src/RoutingBase.php index 90a6424c..659e14d6 100644 --- a/src/RoutingBase.php +++ b/src/RoutingBase.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Types/AbstractType.php b/src/Types/AbstractType.php index 6c04ffd6..0252fe27 100644 --- a/src/Types/AbstractType.php +++ b/src/Types/AbstractType.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Types/Anime.php b/src/Types/Anime.php index eece5055..97669008 100644 --- a/src/Types/Anime.php +++ b/src/Types/Anime.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Types/AnimeListItem.php b/src/Types/AnimeListItem.php index 676e2e03..26c02c37 100644 --- a/src/Types/AnimeListItem.php +++ b/src/Types/AnimeListItem.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Types/AnimePage.php b/src/Types/AnimePage.php index e9d7b33a..3a1c487b 100644 --- a/src/Types/AnimePage.php +++ b/src/Types/AnimePage.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Types/Character.php b/src/Types/Character.php index 628ebcd8..052734fb 100644 --- a/src/Types/Character.php +++ b/src/Types/Character.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Types/Config.php b/src/Types/Config.php index 488cbedb..c41f9338 100644 --- a/src/Types/Config.php +++ b/src/Types/Config.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Types/Config/Anilist.php b/src/Types/Config/Anilist.php index 0636e478..75540017 100644 --- a/src/Types/Config/Anilist.php +++ b/src/Types/Config/Anilist.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Types/Config/Cache.php b/src/Types/Config/Cache.php index 929b4531..156441b9 100644 --- a/src/Types/Config/Cache.php +++ b/src/Types/Config/Cache.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Types/Config/Database.php b/src/Types/Config/Database.php index 8c807caa..deb3ce6f 100644 --- a/src/Types/Config/Database.php +++ b/src/Types/Config/Database.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Types/FormItem.php b/src/Types/FormItem.php index 7a309231..57605226 100644 --- a/src/Types/FormItem.php +++ b/src/Types/FormItem.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Types/FormItemData.php b/src/Types/FormItemData.php index 7c1e635f..e904fcb2 100644 --- a/src/Types/FormItemData.php +++ b/src/Types/FormItemData.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Types/MangaListItem.php b/src/Types/MangaListItem.php index c4ce3943..646e0321 100644 --- a/src/Types/MangaListItem.php +++ b/src/Types/MangaListItem.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Types/MangaListItemDetail.php b/src/Types/MangaListItemDetail.php index 6be6e8ab..80a416ad 100644 --- a/src/Types/MangaListItemDetail.php +++ b/src/Types/MangaListItemDetail.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Types/MangaPage.php b/src/Types/MangaPage.php index 2fa0b4e7..225d08b8 100644 --- a/src/Types/MangaPage.php +++ b/src/Types/MangaPage.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Types/Person.php b/src/Types/Person.php index df4a9f0c..2c06d386 100644 --- a/src/Types/Person.php +++ b/src/Types/Person.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Types/UndefinedPropertyException.php b/src/Types/UndefinedPropertyException.php index ff46700b..3385c4db 100644 --- a/src/Types/UndefinedPropertyException.php +++ b/src/Types/UndefinedPropertyException.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Types/User.php b/src/Types/User.php index 6f79bf34..d653a577 100644 --- a/src/Types/User.php +++ b/src/Types/User.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/UrlGenerator.php b/src/UrlGenerator.php index 5b445f53..3861760b 100644 --- a/src/UrlGenerator.php +++ b/src/UrlGenerator.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Util.php b/src/Util.php index b7cff001..c236174b 100644 --- a/src/Util.php +++ b/src/Util.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/constants.php b/src/constants.php index c70baa4c..3b1f3216 100644 --- a/src/constants.php +++ b/src/constants.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/tests/API/APIRequestBuilderTest.php b/tests/API/APIRequestBuilderTest.php index 32d15060..30b3284c 100644 --- a/tests/API/APIRequestBuilderTest.php +++ b/tests/API/APIRequestBuilderTest.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/tests/API/CacheTraitTest.php b/tests/API/CacheTraitTest.php index 427b14c0..dede8103 100644 --- a/tests/API/CacheTraitTest.php +++ b/tests/API/CacheTraitTest.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/tests/API/JsonAPITest.php b/tests/API/JsonAPITest.php index ac08c1be..ff67503c 100644 --- a/tests/API/JsonAPITest.php +++ b/tests/API/JsonAPITest.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/tests/API/Kitsu/Transformer/AnimeListTransformerTest.php b/tests/API/Kitsu/Transformer/AnimeListTransformerTest.php index c8ef8009..6cccf48a 100644 --- a/tests/API/Kitsu/Transformer/AnimeListTransformerTest.php +++ b/tests/API/Kitsu/Transformer/AnimeListTransformerTest.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/tests/API/Kitsu/Transformer/AnimeTransformerTest.php b/tests/API/Kitsu/Transformer/AnimeTransformerTest.php index 4e3ac657..1fc599e9 100644 --- a/tests/API/Kitsu/Transformer/AnimeTransformerTest.php +++ b/tests/API/Kitsu/Transformer/AnimeTransformerTest.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/tests/API/Kitsu/Transformer/MangaListTransformerTest.php b/tests/API/Kitsu/Transformer/MangaListTransformerTest.php index 7e60ef24..e8d30ca0 100644 --- a/tests/API/Kitsu/Transformer/MangaListTransformerTest.php +++ b/tests/API/Kitsu/Transformer/MangaListTransformerTest.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/tests/API/Kitsu/Transformer/MangaTransformerTest.php b/tests/API/Kitsu/Transformer/MangaTransformerTest.php index 430fc72f..827f6b0d 100644 --- a/tests/API/Kitsu/Transformer/MangaTransformerTest.php +++ b/tests/API/Kitsu/Transformer/MangaTransformerTest.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/tests/API/KitsuTest.php b/tests/API/KitsuTest.php index 7f31e262..83216afa 100644 --- a/tests/API/KitsuTest.php +++ b/tests/API/KitsuTest.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/tests/API/ParallelAPIRequestTest.php b/tests/API/ParallelAPIRequestTest.php index f70fe17d..7c3da6b6 100644 --- a/tests/API/ParallelAPIRequestTest.php +++ b/tests/API/ParallelAPIRequestTest.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/tests/AnimeClientTest.php b/tests/AnimeClientTest.php index 57948d1e..4f8e3215 100644 --- a/tests/AnimeClientTest.php +++ b/tests/AnimeClientTest.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/tests/AnimeClientTestCase.php b/tests/AnimeClientTestCase.php index c7fa67dd..2cddbcf1 100644 --- a/tests/AnimeClientTestCase.php +++ b/tests/AnimeClientTestCase.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/tests/Command/BaseCommandTest.php b/tests/Command/BaseCommandTest.php index ac1d41a4..e570d78c 100644 --- a/tests/Command/BaseCommandTest.php +++ b/tests/Command/BaseCommandTest.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/tests/ControllerTest.php b/tests/ControllerTest.php index 9bb418ff..e37156c7 100644 --- a/tests/ControllerTest.php +++ b/tests/ControllerTest.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/tests/DispatcherTest.php b/tests/DispatcherTest.php index a0bcf6b0..3a7d4b30 100644 --- a/tests/DispatcherTest.php +++ b/tests/DispatcherTest.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/tests/Helper/MenuHelperTest.php b/tests/Helper/MenuHelperTest.php index d8c2e54c..4a549e6f 100644 --- a/tests/Helper/MenuHelperTest.php +++ b/tests/Helper/MenuHelperTest.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/tests/Helper/PictureHelperTest.php b/tests/Helper/PictureHelperTest.php index 22869673..9002a300 100644 --- a/tests/Helper/PictureHelperTest.php +++ b/tests/Helper/PictureHelperTest.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/tests/MenuGeneratorTest.php b/tests/MenuGeneratorTest.php index bf0b1922..cb93f607 100644 --- a/tests/MenuGeneratorTest.php +++ b/tests/MenuGeneratorTest.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/tests/RequirementsTest.php b/tests/RequirementsTest.php index 64412c51..42f1c4bd 100644 --- a/tests/RequirementsTest.php +++ b/tests/RequirementsTest.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/tests/RoutingBaseTest.php b/tests/RoutingBaseTest.php index 8ac1bb34..ca3dbfa0 100644 --- a/tests/RoutingBaseTest.php +++ b/tests/RoutingBaseTest.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/tests/TestSessionHandler.php b/tests/TestSessionHandler.php index de61ffba..44178325 100644 --- a/tests/TestSessionHandler.php +++ b/tests/TestSessionHandler.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/tests/UrlGeneratorTest.php b/tests/UrlGeneratorTest.php index 4f3322ab..c4b2d873 100644 --- a/tests/UrlGeneratorTest.php +++ b/tests/UrlGeneratorTest.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/tests/UtilTest.php b/tests/UtilTest.php index aac2579f..b742e964 100644 --- a/tests/UtilTest.php +++ b/tests/UtilTest.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.1 + * PHP version 7.2 * * @package HummingbirdAnimeClient * @author Timothy J. Warren