From f75016ca6991115d83845c809f4d0adc4f1af665 Mon Sep 17 00:00:00 2001 From: "Timothy J. Warren" Date: Mon, 16 Nov 2015 11:40:01 -0500 Subject: [PATCH] Update header comments --- app/config/base_config.php | 12 +++ app/config/config.php | 12 +++ app/config/database.php | 12 +++ app/config/menus.php | 11 +++ app/config/minify_config.php | 13 +-- app/config/minify_css_groups.php | 13 +-- app/config/minify_js_groups.php | 13 +-- app/config/routes.php | 11 +++ app/config/routing.php | 11 +++ build/animeclient_header_comment.txt | 11 +++ build/ion_header_comment.txt | 10 +++ build/update_header_comments.php | 88 +++++++++++++++++++ index.php | 10 ++- public/css.php | 13 +-- public/js.php | 13 +-- .../AnimeClient/Auth/HummingbirdAuth.php | 11 +++ src/Aviat/AnimeClient/Config.php | 10 ++- src/Aviat/AnimeClient/Controller.php | 10 ++- src/Aviat/AnimeClient/Controller/Anime.php | 10 ++- .../AnimeClient/Controller/Collection.php | 10 ++- src/Aviat/AnimeClient/Controller/Manga.php | 10 ++- src/Aviat/AnimeClient/Dispatcher.php | 10 ++- src/Aviat/AnimeClient/Helper/Menu.php | 11 +++ .../Hummingbird/Enum/AnimeAiringStatus.php | 11 +++ .../Hummingbird/Enum/AnimeShowType.php | 11 +++ .../Hummingbird/Enum/AnimeWatchingStatus.php | 11 +++ .../Hummingbird/Enum/MangaReadingStatus.php | 11 +++ .../Transformer/AnimeListTransformer.php | 11 +++ .../Transformer/MangaListTransformer.php | 11 +++ .../Transformer/MangaListsZipper.php | 11 +++ src/Aviat/AnimeClient/MenuGenerator.php | 11 +++ src/Aviat/AnimeClient/Model.php | 10 ++- src/Aviat/AnimeClient/Model/API.php | 10 ++- src/Aviat/AnimeClient/Model/Anime.php | 10 ++- .../AnimeClient/Model/AnimeCollection.php | 10 ++- src/Aviat/AnimeClient/Model/DB.php | 10 ++- src/Aviat/AnimeClient/Model/Manga.php | 10 ++- src/Aviat/AnimeClient/RoutingBase.php | 11 ++- src/Aviat/AnimeClient/UrlGenerator.php | 10 ++- src/Aviat/Ion/ArrayWrapper.php | 10 +++ src/Aviat/Ion/Di/Container.php | 10 +++ src/Aviat/Ion/Di/ContainerAware.php | 10 +++ src/Aviat/Ion/Di/ContainerAwareInterface.php | 10 +++ src/Aviat/Ion/Di/ContainerInterface.php | 10 +++ .../Ion/Di/Exception/ContainerException.php | 10 +++ .../Ion/Di/Exception/NotFoundException.php | 10 +++ src/Aviat/Ion/Enum.php | 10 +++ src/Aviat/Ion/Friend.php | 10 +++ src/Aviat/Ion/StaticInstance.php | 10 +++ src/Aviat/Ion/StringWrapper.php | 10 +++ .../Ion/Transformer/AbstractTransformer.php | 10 +++ .../Ion/Transformer/TransformerInterface.php | 10 +++ src/Aviat/Ion/Type/ArrayType.php | 10 +++ src/Aviat/Ion/Type/StringType.php | 10 +++ src/Aviat/Ion/View.php | 10 +++ src/Aviat/Ion/View/HtmlView.php | 10 +++ src/Aviat/Ion/View/HttpView.php | 10 +++ src/Aviat/Ion/View/JsonView.php | 10 +++ src/functions.php | 11 +++ 59 files changed, 659 insertions(+), 46 deletions(-) create mode 100644 build/animeclient_header_comment.txt create mode 100644 build/ion_header_comment.txt create mode 100644 build/update_header_comments.php diff --git a/app/config/base_config.php b/app/config/base_config.php index 95cd0380..f9b8221e 100644 --- a/app/config/base_config.php +++ b/app/config/base_config.php @@ -1,4 +1,16 @@ [ 'type' => 'sqlite', diff --git a/app/config/menus.php b/app/config/menus.php index 45c8c4a6..a4d4a74f 100644 --- a/app/config/menus.php +++ b/app/config/menus.php @@ -1,4 +1,15 @@ [ diff --git a/app/config/minify_config.php b/app/config/minify_config.php index 0a93a533..3fc46103 100644 --- a/app/config/minify_config.php +++ b/app/config/minify_config.php @@ -1,13 +1,14 @@ [ diff --git a/app/config/routing.php b/app/config/routing.php index 16068c3e..32dde50d 100644 --- a/app/config/routing.php +++ b/app/config/routing.php @@ -1,4 +1,15 @@