diff --git a/app/bootstrap.php b/app/bootstrap.php index b81362ce..f7638021 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/index.php b/index.php index 11b80a75..29c8539f 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/API/APIRequestBuilder.php b/src/API/APIRequestBuilder.php index d0efbbc4..4c6eb772 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/API/AbstractListItem.php b/src/API/AbstractListItem.php index 795621b3..9ea460f5 100644 --- a/src/API/AbstractListItem.php +++ b/src/API/AbstractListItem.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/API/Anilist.php b/src/API/Anilist.php index 466df1ea..86857ec2 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/API/Anilist/AnilistRequestBuilder.php b/src/API/Anilist/AnilistRequestBuilder.php index 0809e463..f24d3d9b 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/API/Anilist/AnilistTrait.php b/src/API/Anilist/AnilistTrait.php index e406cd51..e25c6d9e 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/API/Anilist/ListItem.php b/src/API/Anilist/ListItem.php index 51cd3ce2..0dced326 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/API/Anilist/MissingIdException.php b/src/API/Anilist/MissingIdException.php index 820285ef..c128adee 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/API/Anilist/Model.php b/src/API/Anilist/Model.php index 60a82775..54de7b58 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/API/Anilist/Transformer/AnimeListTransformer.php b/src/API/Anilist/Transformer/AnimeListTransformer.php index 2f1428bf..62897dc3 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/API/Anilist/Transformer/MangaListTransformer.php b/src/API/Anilist/Transformer/MangaListTransformer.php index 6b7c3936..ab2eeaf5 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/API/Anilist/Types/MediaListEntry.php b/src/API/Anilist/Types/MediaListEntry.php index 36473014..4a778e77 100644 --- a/src/API/Anilist/Types/MediaListEntry.php +++ b/src/API/Anilist/Types/MediaListEntry.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/API/CacheTrait.php b/src/API/CacheTrait.php index 2a6ef494..ba786d0c 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/API/Enum/AnimeWatchingStatus/Anilist.php b/src/API/Enum/AnimeWatchingStatus/Anilist.php index aa8f23ad..01fd04ef 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/API/Enum/AnimeWatchingStatus/Kitsu.php b/src/API/Enum/AnimeWatchingStatus/Kitsu.php index 8c6694ec..d8d69d32 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/API/Enum/AnimeWatchingStatus/Route.php b/src/API/Enum/AnimeWatchingStatus/Route.php index 698b2a8d..ff77694c 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/API/Enum/AnimeWatchingStatus/Title.php b/src/API/Enum/AnimeWatchingStatus/Title.php index 19727bb6..0861a888 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/API/Enum/MangaReadingStatus/Anilist.php b/src/API/Enum/MangaReadingStatus/Anilist.php index 685cd0c2..588d3b30 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/API/Enum/MangaReadingStatus/Kitsu.php b/src/API/Enum/MangaReadingStatus/Kitsu.php index c77c0f9e..4eb6623e 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/API/Enum/MangaReadingStatus/Route.php b/src/API/Enum/MangaReadingStatus/Route.php index f599104e..db8f34d4 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/API/Enum/MangaReadingStatus/Title.php b/src/API/Enum/MangaReadingStatus/Title.php index a6a09cd6..040e4cae 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/API/FailedResponseException.php b/src/API/FailedResponseException.php index b5a93cb7..cfa05f97 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/API/JsonAPI.php b/src/API/JsonAPI.php index 021402b4..bb3129ba 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/API/Kitsu.php b/src/API/Kitsu.php index 808ce1c6..831a37ce 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/API/Kitsu/Auth.php b/src/API/Kitsu/Auth.php index 2faee793..94755d3f 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/API/Kitsu/Enum/AnimeAiringStatus.php b/src/API/Kitsu/Enum/AnimeAiringStatus.php index 572a18f8..d69623f3 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/API/Kitsu/KitsuRequestBuilder.php b/src/API/Kitsu/KitsuRequestBuilder.php index 521cffd8..bd8d0aa0 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/API/Kitsu/KitsuTrait.php b/src/API/Kitsu/KitsuTrait.php index b8633540..ea4e1dd8 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/API/Kitsu/ListItem.php b/src/API/Kitsu/ListItem.php index 9fce9409..60e10b98 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/API/Kitsu/Model.php b/src/API/Kitsu/Model.php index c68b4d44..a99c9e25 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/API/Kitsu/Transformer/AnimeListTransformer.php b/src/API/Kitsu/Transformer/AnimeListTransformer.php index 34124b3f..74d3739a 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/API/Kitsu/Transformer/AnimeTransformer.php b/src/API/Kitsu/Transformer/AnimeTransformer.php index 472543cd..0369a795 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/API/Kitsu/Transformer/CharacterTransformer.php b/src/API/Kitsu/Transformer/CharacterTransformer.php index eb29284b..76c8bffa 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/API/Kitsu/Transformer/MangaListTransformer.php b/src/API/Kitsu/Transformer/MangaListTransformer.php index f1fa8d32..2692e01d 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/API/Kitsu/Transformer/MangaTransformer.php b/src/API/Kitsu/Transformer/MangaTransformer.php index 7c7a5513..a5338a89 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/API/Kitsu/Transformer/PersonTransformer.php b/src/API/Kitsu/Transformer/PersonTransformer.php index 5cc28984..6a0b4ea2 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/API/Kitsu/Transformer/UserTransformer.php b/src/API/Kitsu/Transformer/UserTransformer.php index 3e05c6f2..21ea0e25 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/API/Mapping/AnimeWatchingStatus.php b/src/API/Mapping/AnimeWatchingStatus.php index c2d8efe8..a7f0eca6 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/API/Mapping/MangaReadingStatus.php b/src/API/Mapping/MangaReadingStatus.php index 10fdc5e1..3c114a66 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/API/ParallelAPIRequest.php b/src/API/ParallelAPIRequest.php index 79c0afb1..e3b3ac50 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/AnimeClient.php b/src/AnimeClient.php index 9cb24bef..b282560e 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Command/BaseCommand.php b/src/Command/BaseCommand.php index def6713d..508206b1 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Command/CacheClear.php b/src/Command/CacheClear.php index 7d22b681..14d5aa6e 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Command/CachePrime.php b/src/Command/CachePrime.php index 970ba6cb..6848a61a 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Command/ClearThumbnails.php b/src/Command/ClearThumbnails.php index b597d0a0..1c1a1061 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Command/SyncLists.php b/src/Command/SyncLists.php index c7f5e7fc..8934937d 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Command/UpdateThumbnails.php b/src/Command/UpdateThumbnails.php index 9717e5f3..13eb789a 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Controller.php b/src/Controller.php index fbe1c9b4..450249eb 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Controller/Anime.php b/src/Controller/Anime.php index c843a278..540c167a 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Controller/AnimeCollection.php b/src/Controller/AnimeCollection.php index 03e6473a..85147cd3 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Controller/Character.php b/src/Controller/Character.php index 99a126e2..6c14253e 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Controller/Images.php b/src/Controller/Images.php index c0c9b530..37f9a747 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Controller/Manga.php b/src/Controller/Manga.php index 91481034..634b19f2 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Controller/MangaCollection.php b/src/Controller/MangaCollection.php index 77d9f9c9..fce90263 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Controller/Misc.php b/src/Controller/Misc.php index 0b1392b0..6737fe4f 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Controller/People.php b/src/Controller/People.php index 8c5381f5..2722f2e6 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Controller/Settings.php b/src/Controller/Settings.php index 375d3a3d..20e2a56c 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Controller/User.php b/src/Controller/User.php index 59c899b1..6df00d17 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Dispatcher.php b/src/Dispatcher.php index f6314af1..f523103e 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/FormGenerator.php b/src/FormGenerator.php index 9a22f802..c07c9934 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Helper/Form.php b/src/Helper/Form.php index 0897d14b..9c20946b 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Helper/Menu.php b/src/Helper/Menu.php index 0270b322..92378bae 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Helper/Picture.php b/src/Helper/Picture.php index 3e8156bd..86fd3cdf 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/MenuGenerator.php b/src/MenuGenerator.php index 9cff2d63..d24e3b90 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Model/API.php b/src/Model/API.php index fef69e9b..19aaf1f5 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Model/Anime.php b/src/Model/Anime.php index 110c4528..83a25c30 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Model/AnimeCollection.php b/src/Model/AnimeCollection.php index 99446da6..bc764ff4 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Model/Collection.php b/src/Model/Collection.php index 3c7256dc..eeb32fcd 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Model/DB.php b/src/Model/DB.php index d236866d..d69481ec 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Model/Manga.php b/src/Model/Manga.php index 30a89563..9ff04072 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Model/MangaCollection.php b/src/Model/MangaCollection.php index 685f55a2..b1185d44 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Model/Settings.php b/src/Model/Settings.php index 7a0d9f25..0a68e7a1 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/RoutingBase.php b/src/RoutingBase.php index a5db469d..34c0deec 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Types/AbstractType.php b/src/Types/AbstractType.php index 53b16062..d4a3c548 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Types/Anime.php b/src/Types/Anime.php index ad6b4e82..1b74b029 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Types/AnimeListItem.php b/src/Types/AnimeListItem.php index 47aa9cc7..89c7d8b7 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Types/AnimePage.php b/src/Types/AnimePage.php index f817e08e..5b2f2f6b 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Types/Character.php b/src/Types/Character.php index cabf2abf..d99154b7 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Types/Characters.php b/src/Types/Characters.php index 1d504eda..28d0ae6f 100644 --- a/src/Types/Characters.php +++ b/src/Types/Characters.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Types/Config.php b/src/Types/Config.php index ae73fa26..1eeed209 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Types/Config/Anilist.php b/src/Types/Config/Anilist.php index d8d12c2c..0a77a62e 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Types/Config/Cache.php b/src/Types/Config/Cache.php index 6a7ad65f..b9a5f51b 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Types/Config/Database.php b/src/Types/Config/Database.php index 8f2b5564..84d1b4a8 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Types/FormItem.php b/src/Types/FormItem.php index ec4dde94..135f9aa9 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Types/FormItemData.php b/src/Types/FormItemData.php index 2e1decde..03951cd2 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Types/MangaListItem.php b/src/Types/MangaListItem.php index 2bceaec2..b4dda4ce 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Types/MangaListItemDetail.php b/src/Types/MangaListItemDetail.php index fe15826c..55885b95 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Types/MangaPage.php b/src/Types/MangaPage.php index 1286ef71..802d2f03 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Types/Media.php b/src/Types/Media.php index 3c742dff..f1064d6f 100644 --- a/src/Types/Media.php +++ b/src/Types/Media.php @@ -4,7 +4,7 @@ * * An API client for Kitsu to manage anime and manga watch lists * - * PHP version 7.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Types/Person.php b/src/Types/Person.php index d32793fe..d21f926e 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Types/UndefinedPropertyException.php b/src/Types/UndefinedPropertyException.php index 8ab592d4..0cdc288e 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Types/User.php b/src/Types/User.php index 49b22bca..1ff091af 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/UrlGenerator.php b/src/UrlGenerator.php index 543e1ec7..93f14951 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/Util.php b/src/Util.php index bcac934a..3b54132f 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/src/constants.php b/src/constants.php index b951454a..db046acd 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/tests/API/APIRequestBuilderTest.php b/tests/API/APIRequestBuilderTest.php index 7a891a3e..1cb94752 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/tests/API/CacheTraitTest.php b/tests/API/CacheTraitTest.php index 482110eb..2bd73b83 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/tests/API/JsonAPITest.php b/tests/API/JsonAPITest.php index a71e14d1..b9aac7a6 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/tests/API/Kitsu/Transformer/AnimeListTransformerTest.php b/tests/API/Kitsu/Transformer/AnimeListTransformerTest.php index bd7e5b33..5ca9d5a8 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/tests/API/Kitsu/Transformer/AnimeTransformerTest.php b/tests/API/Kitsu/Transformer/AnimeTransformerTest.php index c3b64f34..e1d5fc85 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/tests/API/Kitsu/Transformer/MangaListTransformerTest.php b/tests/API/Kitsu/Transformer/MangaListTransformerTest.php index e8791adb..2e3164cc 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/tests/API/Kitsu/Transformer/MangaTransformerTest.php b/tests/API/Kitsu/Transformer/MangaTransformerTest.php index a566f9dc..75b6e5b8 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/tests/API/KitsuTest.php b/tests/API/KitsuTest.php index 467cb60b..9ed312de 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/tests/API/ParallelAPIRequestTest.php b/tests/API/ParallelAPIRequestTest.php index 1d2454f4..345e9840 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/tests/AnimeClientTest.php b/tests/AnimeClientTest.php index 7b10f723..0f73ab84 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/tests/AnimeClientTestCase.php b/tests/AnimeClientTestCase.php index f52ec733..5b283e4a 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/tests/Command/BaseCommandTest.php b/tests/Command/BaseCommandTest.php index 8b75458f..76b8555b 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/tests/ControllerTest.php b/tests/ControllerTest.php index 30f4eb2c..5b07a40d 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/tests/DispatcherTest.php b/tests/DispatcherTest.php index c30cf2a6..c6e07645 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/tests/Helper/MenuHelperTest.php b/tests/Helper/MenuHelperTest.php index f0e98b90..9501e1a2 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/tests/Helper/PictureHelperTest.php b/tests/Helper/PictureHelperTest.php index aca26bbc..15d3a866 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/tests/MenuGeneratorTest.php b/tests/MenuGeneratorTest.php index 64cc75e2..193a26f2 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/tests/RequirementsTest.php b/tests/RequirementsTest.php index 4fed3a03..1acfa9fc 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/tests/RoutingBaseTest.php b/tests/RoutingBaseTest.php index e0fcfd45..63cb48c8 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/tests/TestSessionHandler.php b/tests/TestSessionHandler.php index 93b231af..72867dd6 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/tests/UrlGeneratorTest.php b/tests/UrlGeneratorTest.php index 8b23525e..dfbb2ff7 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren diff --git a/tests/UtilTest.php b/tests/UtilTest.php index 4cc17051..5ceca47c 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.2 + * PHP version 7.3 * * @package HummingbirdAnimeClient * @author Timothy J. Warren