From 52b19593388492ae7486692eab34b4373d8c29a0 Mon Sep 17 00:00:00 2001 From: "Timothy J. Warren" Date: Tue, 30 Aug 2016 10:01:18 -0400 Subject: [PATCH] Update header comments --- app/bootstrap.php | 14 ++++++++++++++ app/config/base_config.php | 9 ++++++--- app/config/menus.php | 9 ++++++--- app/config/minify_config.php | 13 ++++++++----- app/config/minify_css_groups.php | 9 ++++++--- app/config/minify_js_groups.php | 9 ++++++--- app/config/routes.php | 9 ++++++--- public/css.php | 13 ++++++++----- public/js.php | 13 ++++++++----- src/AnimeClient.php | 9 ++++++--- src/Auth/HummingbirdAuth.php | 9 ++++++--- src/Command/BaseCommand.php | 9 ++++++--- src/Command/CacheImages.php | 11 +++++++---- src/Command/ClearCache.php | 11 +++++++---- src/Controller.php | 9 ++++++--- src/Controller/Anime.php | 9 ++++++--- src/Controller/Collection.php | 9 ++++++--- src/Controller/Manga.php | 9 ++++++--- src/Dispatcher.php | 9 ++++++--- src/Helper/Menu.php | 9 ++++++--- src/Hummingbird/Enum/AnimeAiringStatus.php | 9 ++++++--- src/Hummingbird/Enum/AnimeShowType.php | 9 ++++++--- src/Hummingbird/Enum/AnimeWatchingStatus.php | 9 ++++++--- src/Hummingbird/Enum/MangaReadingStatus.php | 9 ++++++--- .../Transformer/AnimeListTransformer.php | 9 ++++++--- .../Transformer/MangaListTransformer.php | 9 ++++++--- src/Hummingbird/Transformer/MangaListsZipper.php | 9 ++++++--- src/MenuGenerator.php | 9 ++++++--- src/Model/API.php | 9 ++++++--- src/Model/Anime.php | 9 ++++++--- src/Model/AnimeCollection.php | 15 +++++++++------ src/Model/Collection.php | 9 ++++++--- src/Model/DB.php | 9 ++++++--- src/Model/Manga.php | 9 ++++++--- src/RoutingBase.php | 9 ++++++--- src/UrlGenerator.php | 9 ++++++--- 36 files changed, 235 insertions(+), 116 deletions(-) diff --git a/app/bootstrap.php b/app/bootstrap.php index a3bcd2b2..e648b7b1 100644 --- a/app/bootstrap.php +++ b/app/bootstrap.php @@ -1,4 +1,18 @@ + * @copyright 2015 - 2016 Timothy J. Warren + * @license http://www.opensource.org/licenses/mit-license.html MIT License + * @version 3.1 + * @link https://github.com/timw4mail/HummingBirdAnimeClient + */ /** * Bootstrap / Dependency Injection diff --git a/app/config/base_config.php b/app/config/base_config.php index 3a390191..8f7a13c2 100644 --- a/app/config/base_config.php +++ b/app/config/base_config.php @@ -4,11 +4,14 @@ * * An API client for Hummingbird to manage anime and manga watch lists * + * PHP version 5.6 + * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright Copyright (c) 2015 - 2016 + * @author Timothy J. Warren + * @copyright 2015 - 2016 Timothy J. Warren + * @license http://www.opensource.org/licenses/mit-license.html MIT License + * @version 3.1 * @link https://github.com/timw4mail/HummingBirdAnimeClient - * @license MIT */ // ---------------------------------------------------------------------------- diff --git a/app/config/menus.php b/app/config/menus.php index 4f4ed728..e9fb72b7 100644 --- a/app/config/menus.php +++ b/app/config/menus.php @@ -4,11 +4,14 @@ * * An API client for Hummingbird to manage anime and manga watch lists * + * PHP version 5.6 + * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright Copyright (c) 2015 - 2016 + * @author Timothy J. Warren + * @copyright 2015 - 2016 Timothy J. Warren + * @license http://www.opensource.org/licenses/mit-license.html MIT License + * @version 3.1 * @link https://github.com/timw4mail/HummingBirdAnimeClient - * @license MIT */ return [ diff --git a/app/config/minify_config.php b/app/config/minify_config.php index 28198664..aa1073f0 100644 --- a/app/config/minify_config.php +++ b/app/config/minify_config.php @@ -4,11 +4,14 @@ * * An API client for Hummingbird to manage anime and manga watch lists * - * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright Copyright (c) 2015 - 2016 - * @link https://github.com/timw4mail/HummingBirdAnimeClient - * @license MIT + * PHP version 5.6 + * + * @package HummingbirdAnimeClient + * @author Timothy J. Warren + * @copyright 2015 - 2016 Timothy J. Warren + * @license http://www.opensource.org/licenses/mit-license.html MIT License + * @version 3.1 + * @link https://github.com/timw4mail/HummingBirdAnimeClient */ // -------------------------------------------------------------------------- diff --git a/app/config/minify_css_groups.php b/app/config/minify_css_groups.php index 63d39ea8..ee678a2d 100644 --- a/app/config/minify_css_groups.php +++ b/app/config/minify_css_groups.php @@ -4,11 +4,14 @@ * * An API client for Hummingbird to manage anime and manga watch lists * + * PHP version 5.6 + * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright Copyright (c) 2015 - 2016 + * @author Timothy J. Warren + * @copyright 2015 - 2016 Timothy J. Warren + * @license http://www.opensource.org/licenses/mit-license.html MIT License + * @version 3.1 * @link https://github.com/timw4mail/HummingBirdAnimeClient - * @license MIT */ // -------------------------------------------------------------------------- diff --git a/app/config/minify_js_groups.php b/app/config/minify_js_groups.php index 0b7e766e..236f7828 100644 --- a/app/config/minify_js_groups.php +++ b/app/config/minify_js_groups.php @@ -4,11 +4,14 @@ * * An API client for Hummingbird to manage anime and manga watch lists * + * PHP version 5.6 + * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright Copyright (c) 2015 - 2016 + * @author Timothy J. Warren + * @copyright 2015 - 2016 Timothy J. Warren + * @license http://www.opensource.org/licenses/mit-license.html MIT License + * @version 3.1 * @link https://github.com/timw4mail/HummingBirdAnimeClient - * @license MIT */ // -------------------------------------------------------------------------- diff --git a/app/config/routes.php b/app/config/routes.php index 8ace6518..ea536ddd 100644 --- a/app/config/routes.php +++ b/app/config/routes.php @@ -4,11 +4,14 @@ * * An API client for Hummingbird to manage anime and manga watch lists * + * PHP version 5.6 + * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright Copyright (c) 2015 - 2016 + * @author Timothy J. Warren + * @copyright 2015 - 2016 Timothy J. Warren + * @license http://www.opensource.org/licenses/mit-license.html MIT License + * @version 3.1 * @link https://github.com/timw4mail/HummingBirdAnimeClient - * @license MIT */ use Aviat\AnimeClient\AnimeClient; diff --git a/public/css.php b/public/css.php index 46bc1915..df1fd142 100644 --- a/public/css.php +++ b/public/css.php @@ -4,11 +4,14 @@ * * An API client for Hummingbird to manage anime and manga watch lists * - * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright Copyright (c) 2015 - 2016 - * @link https://github.com/timw4mail/HummingBirdAnimeClient - * @license MIT + * PHP version 5.6 + * + * @package HummingbirdAnimeClient + * @author Timothy J. Warren + * @copyright 2015 - 2016 Timothy J. Warren + * @license http://www.opensource.org/licenses/mit-license.html MIT License + * @version 3.1 + * @link https://github.com/timw4mail/HummingBirdAnimeClient */ namespace Aviat\EasyMin; diff --git a/public/js.php b/public/js.php index 5926b46c..6314df4a 100644 --- a/public/js.php +++ b/public/js.php @@ -4,11 +4,14 @@ * * An API client for Hummingbird to manage anime and manga watch lists * - * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright Copyright (c) 2015 - 2016 - * @link https://github.com/timw4mail/HummingBirdAnimeClient - * @license MIT + * PHP version 5.6 + * + * @package HummingbirdAnimeClient + * @author Timothy J. Warren + * @copyright 2015 - 2016 Timothy J. Warren + * @license http://www.opensource.org/licenses/mit-license.html MIT License + * @version 3.1 + * @link https://github.com/timw4mail/HummingBirdAnimeClient */ namespace Aviat\EasyMin; diff --git a/src/AnimeClient.php b/src/AnimeClient.php index 390c6a3e..cfb27521 100644 --- a/src/AnimeClient.php +++ b/src/AnimeClient.php @@ -4,11 +4,14 @@ * * An API client for Hummingbird to manage anime and manga watch lists * + * PHP version 5.6 + * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright Copyright (c) 2015 - 2016 + * @author Timothy J. Warren + * @copyright 2015 - 2016 Timothy J. Warren + * @license http://www.opensource.org/licenses/mit-license.html MIT License + * @version 3.1 * @link https://github.com/timw4mail/HummingBirdAnimeClient - * @license MIT */ namespace Aviat\AnimeClient; diff --git a/src/Auth/HummingbirdAuth.php b/src/Auth/HummingbirdAuth.php index ac9625cf..ed734bfc 100644 --- a/src/Auth/HummingbirdAuth.php +++ b/src/Auth/HummingbirdAuth.php @@ -4,11 +4,14 @@ * * An API client for Hummingbird to manage anime and manga watch lists * + * PHP version 5.6 + * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright Copyright (c) 2015 - 2016 + * @author Timothy J. Warren + * @copyright 2015 - 2016 Timothy J. Warren + * @license http://www.opensource.org/licenses/mit-license.html MIT License + * @version 3.1 * @link https://github.com/timw4mail/HummingBirdAnimeClient - * @license MIT */ namespace Aviat\AnimeClient\Auth; diff --git a/src/Command/BaseCommand.php b/src/Command/BaseCommand.php index 800ff51e..d02cb691 100644 --- a/src/Command/BaseCommand.php +++ b/src/Command/BaseCommand.php @@ -4,11 +4,14 @@ * * An API client for Hummingbird to manage anime and manga watch lists * + * PHP version 5.6 + * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright Copyright (c) 2015 - 2016 + * @author Timothy J. Warren + * @copyright 2015 - 2016 Timothy J. Warren + * @license http://www.opensource.org/licenses/mit-license.html MIT License + * @version 3.1 * @link https://github.com/timw4mail/HummingBirdAnimeClient - * @license MIT */ namespace Aviat\AnimeClient\Command; diff --git a/src/Command/CacheImages.php b/src/Command/CacheImages.php index 34e68843..5b5f0398 100644 --- a/src/Command/CacheImages.php +++ b/src/Command/CacheImages.php @@ -4,11 +4,14 @@ * * An API client for Hummingbird to manage anime and manga watch lists * + * PHP version 5.6 + * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright Copyright (c) 2015 - 2016 + * @author Timothy J. Warren + * @copyright 2015 - 2016 Timothy J. Warren + * @license http://www.opensource.org/licenses/mit-license.html MIT License + * @version 3.1 * @link https://github.com/timw4mail/HummingBirdAnimeClient - * @license MIT */ namespace Aviat\AnimeClient\Command; @@ -72,7 +75,7 @@ class CacheImages extends BaseCommand { * @return void * @throws \ConsoleKit\ConsoleException */ - public function execute(array $args, array $options = array()) + public function execute(array $args, array $options = []) { $this->setContainer($this->setupContainer()); $this->util = new Util($this->container); diff --git a/src/Command/ClearCache.php b/src/Command/ClearCache.php index a319b02e..0de7ddd3 100644 --- a/src/Command/ClearCache.php +++ b/src/Command/ClearCache.php @@ -4,11 +4,14 @@ * * An API client for Hummingbird to manage anime and manga watch lists * + * PHP version 5.6 + * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright Copyright (c) 2015 - 2016 + * @author Timothy J. Warren + * @copyright 2015 - 2016 Timothy J. Warren + * @license http://www.opensource.org/licenses/mit-license.html MIT License + * @version 3.1 * @link https://github.com/timw4mail/HummingBirdAnimeClient - * @license MIT */ namespace Aviat\AnimeClient\Command; @@ -25,7 +28,7 @@ class ClearCache extends BaseCommand { * @return void * @throws \ConsoleKit\ConsoleException */ - public function execute(array $args, array $options = array()) + public function execute(array $args, array $options = []) { $this->setContainer($this->setupContainer()); $cache = $this->container->get('cache'); diff --git a/src/Controller.php b/src/Controller.php index f558ee5b..631624e6 100644 --- a/src/Controller.php +++ b/src/Controller.php @@ -4,11 +4,14 @@ * * An API client for Hummingbird to manage anime and manga watch lists * + * PHP version 5.6 + * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright Copyright (c) 2015 - 2016 + * @author Timothy J. Warren + * @copyright 2015 - 2016 Timothy J. Warren + * @license http://www.opensource.org/licenses/mit-license.html MIT License + * @version 3.1 * @link https://github.com/timw4mail/HummingBirdAnimeClient - * @license MIT */ namespace Aviat\AnimeClient; diff --git a/src/Controller/Anime.php b/src/Controller/Anime.php index 47512258..27830017 100644 --- a/src/Controller/Anime.php +++ b/src/Controller/Anime.php @@ -4,11 +4,14 @@ * * An API client for Hummingbird to manage anime and manga watch lists * + * PHP version 5.6 + * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright Copyright (c) 2015 - 2016 + * @author Timothy J. Warren + * @copyright 2015 - 2016 Timothy J. Warren + * @license http://www.opensource.org/licenses/mit-license.html MIT License + * @version 3.1 * @link https://github.com/timw4mail/HummingBirdAnimeClient - * @license MIT */ namespace Aviat\AnimeClient\Controller; diff --git a/src/Controller/Collection.php b/src/Controller/Collection.php index 24a78be3..a5847d62 100644 --- a/src/Controller/Collection.php +++ b/src/Controller/Collection.php @@ -4,11 +4,14 @@ * * An API client for Hummingbird to manage anime and manga watch lists * + * PHP version 5.6 + * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright Copyright (c) 2015 - 2016 + * @author Timothy J. Warren + * @copyright 2015 - 2016 Timothy J. Warren + * @license http://www.opensource.org/licenses/mit-license.html MIT License + * @version 3.1 * @link https://github.com/timw4mail/HummingBirdAnimeClient - * @license MIT */ namespace Aviat\AnimeClient\Controller; diff --git a/src/Controller/Manga.php b/src/Controller/Manga.php index 504c246d..40141e11 100644 --- a/src/Controller/Manga.php +++ b/src/Controller/Manga.php @@ -4,11 +4,14 @@ * * An API client for Hummingbird to manage anime and manga watch lists * + * PHP version 5.6 + * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright Copyright (c) 2015 - 2016 + * @author Timothy J. Warren + * @copyright 2015 - 2016 Timothy J. Warren + * @license http://www.opensource.org/licenses/mit-license.html MIT License + * @version 3.1 * @link https://github.com/timw4mail/HummingBirdAnimeClient - * @license MIT */ namespace Aviat\AnimeClient\Controller; diff --git a/src/Dispatcher.php b/src/Dispatcher.php index 6f79959c..0bf11fab 100644 --- a/src/Dispatcher.php +++ b/src/Dispatcher.php @@ -4,11 +4,14 @@ * * An API client for Hummingbird to manage anime and manga watch lists * + * PHP version 5.6 + * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright Copyright (c) 2015 - 2016 + * @author Timothy J. Warren + * @copyright 2015 - 2016 Timothy J. Warren + * @license http://www.opensource.org/licenses/mit-license.html MIT License + * @version 3.1 * @link https://github.com/timw4mail/HummingBirdAnimeClient - * @license MIT */ namespace Aviat\AnimeClient; diff --git a/src/Helper/Menu.php b/src/Helper/Menu.php index 51c1e104..0d4e7d39 100644 --- a/src/Helper/Menu.php +++ b/src/Helper/Menu.php @@ -4,11 +4,14 @@ * * An API client for Hummingbird to manage anime and manga watch lists * + * PHP version 5.6 + * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright Copyright (c) 2015 - 2016 + * @author Timothy J. Warren + * @copyright 2015 - 2016 Timothy J. Warren + * @license http://www.opensource.org/licenses/mit-license.html MIT License + * @version 3.1 * @link https://github.com/timw4mail/HummingBirdAnimeClient - * @license MIT */ namespace Aviat\AnimeClient\Helper; diff --git a/src/Hummingbird/Enum/AnimeAiringStatus.php b/src/Hummingbird/Enum/AnimeAiringStatus.php index 1ba9512d..30f763ca 100644 --- a/src/Hummingbird/Enum/AnimeAiringStatus.php +++ b/src/Hummingbird/Enum/AnimeAiringStatus.php @@ -4,11 +4,14 @@ * * An API client for Hummingbird to manage anime and manga watch lists * + * PHP version 5.6 + * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright Copyright (c) 2015 - 2016 + * @author Timothy J. Warren + * @copyright 2015 - 2016 Timothy J. Warren + * @license http://www.opensource.org/licenses/mit-license.html MIT License + * @version 3.1 * @link https://github.com/timw4mail/HummingBirdAnimeClient - * @license MIT */ namespace Aviat\AnimeClient\Hummingbird\Enum; diff --git a/src/Hummingbird/Enum/AnimeShowType.php b/src/Hummingbird/Enum/AnimeShowType.php index 3dd64d51..83bfa5e4 100644 --- a/src/Hummingbird/Enum/AnimeShowType.php +++ b/src/Hummingbird/Enum/AnimeShowType.php @@ -4,11 +4,14 @@ * * An API client for Hummingbird to manage anime and manga watch lists * + * PHP version 5.6 + * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright Copyright (c) 2015 - 2016 + * @author Timothy J. Warren + * @copyright 2015 - 2016 Timothy J. Warren + * @license http://www.opensource.org/licenses/mit-license.html MIT License + * @version 3.1 * @link https://github.com/timw4mail/HummingBirdAnimeClient - * @license MIT */ namespace Aviat\AnimeClient\Hummingbird\Enum; diff --git a/src/Hummingbird/Enum/AnimeWatchingStatus.php b/src/Hummingbird/Enum/AnimeWatchingStatus.php index 227a4112..9e3f21f2 100644 --- a/src/Hummingbird/Enum/AnimeWatchingStatus.php +++ b/src/Hummingbird/Enum/AnimeWatchingStatus.php @@ -4,11 +4,14 @@ * * An API client for Hummingbird to manage anime and manga watch lists * + * PHP version 5.6 + * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright Copyright (c) 2015 - 2016 + * @author Timothy J. Warren + * @copyright 2015 - 2016 Timothy J. Warren + * @license http://www.opensource.org/licenses/mit-license.html MIT License + * @version 3.1 * @link https://github.com/timw4mail/HummingBirdAnimeClient - * @license MIT */ namespace Aviat\AnimeClient\Hummingbird\Enum; diff --git a/src/Hummingbird/Enum/MangaReadingStatus.php b/src/Hummingbird/Enum/MangaReadingStatus.php index dd95dfc5..0ed64fa9 100644 --- a/src/Hummingbird/Enum/MangaReadingStatus.php +++ b/src/Hummingbird/Enum/MangaReadingStatus.php @@ -4,11 +4,14 @@ * * An API client for Hummingbird to manage anime and manga watch lists * + * PHP version 5.6 + * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright Copyright (c) 2015 - 2016 + * @author Timothy J. Warren + * @copyright 2015 - 2016 Timothy J. Warren + * @license http://www.opensource.org/licenses/mit-license.html MIT License + * @version 3.1 * @link https://github.com/timw4mail/HummingBirdAnimeClient - * @license MIT */ namespace Aviat\AnimeClient\Hummingbird\Enum; diff --git a/src/Hummingbird/Transformer/AnimeListTransformer.php b/src/Hummingbird/Transformer/AnimeListTransformer.php index c6de9eea..415daae3 100644 --- a/src/Hummingbird/Transformer/AnimeListTransformer.php +++ b/src/Hummingbird/Transformer/AnimeListTransformer.php @@ -4,11 +4,14 @@ * * An API client for Hummingbird to manage anime and manga watch lists * + * PHP version 5.6 + * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright Copyright (c) 2015 - 2016 + * @author Timothy J. Warren + * @copyright 2015 - 2016 Timothy J. Warren + * @license http://www.opensource.org/licenses/mit-license.html MIT License + * @version 3.1 * @link https://github.com/timw4mail/HummingBirdAnimeClient - * @license MIT */ namespace Aviat\AnimeClient\Hummingbird\Transformer; diff --git a/src/Hummingbird/Transformer/MangaListTransformer.php b/src/Hummingbird/Transformer/MangaListTransformer.php index 4fdef4e1..e795d8fc 100644 --- a/src/Hummingbird/Transformer/MangaListTransformer.php +++ b/src/Hummingbird/Transformer/MangaListTransformer.php @@ -4,11 +4,14 @@ * * An API client for Hummingbird to manage anime and manga watch lists * + * PHP version 5.6 + * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright Copyright (c) 2015 - 2016 + * @author Timothy J. Warren + * @copyright 2015 - 2016 Timothy J. Warren + * @license http://www.opensource.org/licenses/mit-license.html MIT License + * @version 3.1 * @link https://github.com/timw4mail/HummingBirdAnimeClient - * @license MIT */ namespace Aviat\AnimeClient\Hummingbird\Transformer; diff --git a/src/Hummingbird/Transformer/MangaListsZipper.php b/src/Hummingbird/Transformer/MangaListsZipper.php index 3994e5c4..978cdd5c 100644 --- a/src/Hummingbird/Transformer/MangaListsZipper.php +++ b/src/Hummingbird/Transformer/MangaListsZipper.php @@ -4,11 +4,14 @@ * * An API client for Hummingbird to manage anime and manga watch lists * + * PHP version 5.6 + * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright Copyright (c) 2015 - 2016 + * @author Timothy J. Warren + * @copyright 2015 - 2016 Timothy J. Warren + * @license http://www.opensource.org/licenses/mit-license.html MIT License + * @version 3.1 * @link https://github.com/timw4mail/HummingBirdAnimeClient - * @license MIT */ namespace Aviat\AnimeClient\Hummingbird\Transformer; diff --git a/src/MenuGenerator.php b/src/MenuGenerator.php index 35c91855..76a5a320 100644 --- a/src/MenuGenerator.php +++ b/src/MenuGenerator.php @@ -4,11 +4,14 @@ * * An API client for Hummingbird to manage anime and manga watch lists * + * PHP version 5.6 + * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright Copyright (c) 2015 - 2016 + * @author Timothy J. Warren + * @copyright 2015 - 2016 Timothy J. Warren + * @license http://www.opensource.org/licenses/mit-license.html MIT License + * @version 3.1 * @link https://github.com/timw4mail/HummingBirdAnimeClient - * @license MIT */ namespace Aviat\AnimeClient; diff --git a/src/Model/API.php b/src/Model/API.php index ddd9f819..3bf4fcec 100644 --- a/src/Model/API.php +++ b/src/Model/API.php @@ -4,11 +4,14 @@ * * An API client for Hummingbird to manage anime and manga watch lists * + * PHP version 5.6 + * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright Copyright (c) 2015 - 2016 + * @author Timothy J. Warren + * @copyright 2015 - 2016 Timothy J. Warren + * @license http://www.opensource.org/licenses/mit-license.html MIT License + * @version 3.1 * @link https://github.com/timw4mail/HummingBirdAnimeClient - * @license MIT */ namespace Aviat\AnimeClient\Model; diff --git a/src/Model/Anime.php b/src/Model/Anime.php index 449b2648..2fcfcd13 100644 --- a/src/Model/Anime.php +++ b/src/Model/Anime.php @@ -4,11 +4,14 @@ * * An API client for Hummingbird to manage anime and manga watch lists * + * PHP version 5.6 + * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright Copyright (c) 2015 - 2016 + * @author Timothy J. Warren + * @copyright 2015 - 2016 Timothy J. Warren + * @license http://www.opensource.org/licenses/mit-license.html MIT License + * @version 3.1 * @link https://github.com/timw4mail/HummingBirdAnimeClient - * @license MIT */ namespace Aviat\AnimeClient\Model; diff --git a/src/Model/AnimeCollection.php b/src/Model/AnimeCollection.php index 2f54be93..0cc49786 100644 --- a/src/Model/AnimeCollection.php +++ b/src/Model/AnimeCollection.php @@ -4,11 +4,14 @@ * * An API client for Hummingbird to manage anime and manga watch lists * + * PHP version 5.6 + * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright Copyright (c) 2015 - 2016 + * @author Timothy J. Warren + * @copyright 2015 - 2016 Timothy J. Warren + * @license http://www.opensource.org/licenses/mit-license.html MIT License + * @version 3.1 * @link https://github.com/timw4mail/HummingBirdAnimeClient - * @license MIT */ namespace Aviat\AnimeClient\Model; @@ -67,7 +70,7 @@ class AnimeCollection extends Collection { */ public function get_media_type_list() { - $output = array(); + $output = []; $query = $this->db->select('id, type') ->from('media') @@ -173,8 +176,8 @@ class AnimeCollection extends Collection { } /** - * Remove a colleciton item - * + * Remove a collection item + * * @param array $data * @return void */ diff --git a/src/Model/Collection.php b/src/Model/Collection.php index 6e611603..f50d3296 100644 --- a/src/Model/Collection.php +++ b/src/Model/Collection.php @@ -4,11 +4,14 @@ * * An API client for Hummingbird to manage anime and manga watch lists * + * PHP version 5.6 + * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright Copyright (c) 2015 - 2016 + * @author Timothy J. Warren + * @copyright 2015 - 2016 Timothy J. Warren + * @license http://www.opensource.org/licenses/mit-license.html MIT License + * @version 3.1 * @link https://github.com/timw4mail/HummingBirdAnimeClient - * @license MIT */ namespace Aviat\AnimeClient\Model; diff --git a/src/Model/DB.php b/src/Model/DB.php index 8ad0e9f0..cd9d2f39 100644 --- a/src/Model/DB.php +++ b/src/Model/DB.php @@ -4,11 +4,14 @@ * * An API client for Hummingbird to manage anime and manga watch lists * + * PHP version 5.6 + * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright Copyright (c) 2015 - 2016 + * @author Timothy J. Warren + * @copyright 2015 - 2016 Timothy J. Warren + * @license http://www.opensource.org/licenses/mit-license.html MIT License + * @version 3.1 * @link https://github.com/timw4mail/HummingBirdAnimeClient - * @license MIT */ namespace Aviat\AnimeClient\Model; diff --git a/src/Model/Manga.php b/src/Model/Manga.php index 8cb51f26..7de34f72 100644 --- a/src/Model/Manga.php +++ b/src/Model/Manga.php @@ -4,11 +4,14 @@ * * An API client for Hummingbird to manage anime and manga watch lists * + * PHP version 5.6 + * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright Copyright (c) 2015 - 2016 + * @author Timothy J. Warren + * @copyright 2015 - 2016 Timothy J. Warren + * @license http://www.opensource.org/licenses/mit-license.html MIT License + * @version 3.1 * @link https://github.com/timw4mail/HummingBirdAnimeClient - * @license MIT */ namespace Aviat\AnimeClient\Model; diff --git a/src/RoutingBase.php b/src/RoutingBase.php index 01692f75..4c32bf6c 100644 --- a/src/RoutingBase.php +++ b/src/RoutingBase.php @@ -4,11 +4,14 @@ * * An API client for Hummingbird to manage anime and manga watch lists * + * PHP version 5.6 + * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright Copyright (c) 2015 - 2016 + * @author Timothy J. Warren + * @copyright 2015 - 2016 Timothy J. Warren + * @license http://www.opensource.org/licenses/mit-license.html MIT License + * @version 3.1 * @link https://github.com/timw4mail/HummingBirdAnimeClient - * @license MIT */ namespace Aviat\AnimeClient; diff --git a/src/UrlGenerator.php b/src/UrlGenerator.php index 70e1b2e5..270ed7d8 100644 --- a/src/UrlGenerator.php +++ b/src/UrlGenerator.php @@ -4,11 +4,14 @@ * * An API client for Hummingbird to manage anime and manga watch lists * + * PHP version 5.6 + * * @package HummingbirdAnimeClient - * @author Timothy J. Warren - * @copyright Copyright (c) 2015 - 2016 + * @author Timothy J. Warren + * @copyright 2015 - 2016 Timothy J. Warren + * @license http://www.opensource.org/licenses/mit-license.html MIT License + * @version 3.1 * @link https://github.com/timw4mail/HummingBirdAnimeClient - * @license MIT */ namespace Aviat\AnimeClient;