From 951d63c87f3890651368710d561240f7b6951f2c Mon Sep 17 00:00:00 2001 From: Timothy J Warren Date: Wed, 17 Jan 2018 12:45:58 -0500 Subject: [PATCH] Update header comments --- build/header_comment.txt | 4 ++-- src/ArrayWrapper.php | 4 ++-- src/Config.php | 4 ++-- src/ConfigInterface.php | 4 ++-- src/Di/Container.php | 4 ++-- src/Di/ContainerAware.php | 4 ++-- src/Di/ContainerAwareInterface.php | 4 ++-- src/Di/ContainerInterface.php | 4 ++-- src/Di/Exception/ContainerException.php | 4 ++-- src/Di/Exception/NotFoundException.php | 4 ++-- src/Enum.php | 4 ++-- src/Exception/ConfigException.php | 4 ++-- src/Exception/DoubleRenderException.php | 4 ++-- src/Friend.php | 4 ++-- src/Json.php | 4 ++-- src/JsonException.php | 4 ++-- src/Model.php | 4 ++-- src/Model/DB.php | 4 ++-- src/StringWrapper.php | 4 ++-- src/Transformer/AbstractTransformer.php | 4 ++-- src/Transformer/TransformerInterface.php | 4 ++-- src/Type/ArrayType.php | 4 ++-- src/Type/StringType.php | 4 ++-- src/View.php | 4 ++-- src/View/HtmlView.php | 4 ++-- src/View/HttpView.php | 4 ++-- src/View/JsonView.php | 4 ++-- src/ViewInterface.php | 4 ++-- src/functions.php | 4 ++-- tests/BaseModelTest.php | 4 ++-- tests/ConfigTest.php | 4 ++-- tests/Di/ContainerAwareTest.php | 4 ++-- tests/Di/ContainerTest.php | 4 ++-- tests/EnumTest.php | 4 ++-- tests/Exception/DoubleRenderExceptionTest.php | 4 ++-- tests/FriendTest.php | 4 ++-- tests/Ion_TestCase.php | 4 ++-- tests/JsonTest.php | 4 ++-- tests/Model/BaseDBModelTest.php | 4 ++-- tests/StringWrapperTest.php | 4 ++-- tests/TestSessionHandler.php | 4 ++-- tests/Transformer/AbstractTransformerTest.php | 4 ++-- tests/Type/ArrayTypeTest.php | 4 ++-- tests/Type/StringTypeTest.php | 4 ++-- tests/View/HtmlViewTest.php | 4 ++-- tests/View/HttpViewTest.php | 4 ++-- tests/View/JsonViewTest.php | 4 ++-- tests/functionsTest.php | 4 ++-- tests/mocks.php | 4 ++-- 49 files changed, 98 insertions(+), 98 deletions(-) diff --git a/build/header_comment.txt b/build/header_comment.txt index 577eadf..27231eb 100644 --- a/build/header_comment.txt +++ b/build/header_comment.txt @@ -3,11 +3,11 @@ * * Building blocks for web development * - * PHP version 7 + * PHP version 7.1 * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2017 Timothy J. Warren + * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 2.2.0 * @link https://git.timshomepage.net/timw4mail/ion diff --git a/src/ArrayWrapper.php b/src/ArrayWrapper.php index dce6072..e223f1a 100644 --- a/src/ArrayWrapper.php +++ b/src/ArrayWrapper.php @@ -4,11 +4,11 @@ * * Building blocks for web development * - * PHP version 7 + * PHP version 7.1 * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2017 Timothy J. Warren + * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 2.2.0 * @link https://git.timshomepage.net/timw4mail/ion diff --git a/src/Config.php b/src/Config.php index 2375288..97653b0 100644 --- a/src/Config.php +++ b/src/Config.php @@ -4,11 +4,11 @@ * * Building blocks for web development * - * PHP version 7 + * PHP version 7.1 * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2017 Timothy J. Warren + * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 2.2.0 * @link https://git.timshomepage.net/timw4mail/ion diff --git a/src/ConfigInterface.php b/src/ConfigInterface.php index 3011b8f..5e08935 100644 --- a/src/ConfigInterface.php +++ b/src/ConfigInterface.php @@ -4,11 +4,11 @@ * * Building blocks for web development * - * PHP version 7 + * PHP version 7.1 * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2017 Timothy J. Warren + * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 2.2.0 * @link https://git.timshomepage.net/timw4mail/ion diff --git a/src/Di/Container.php b/src/Di/Container.php index 7b056e9..4124db3 100644 --- a/src/Di/Container.php +++ b/src/Di/Container.php @@ -4,11 +4,11 @@ * * Building blocks for web development * - * PHP version 7 + * PHP version 7.1 * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2017 Timothy J. Warren + * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 2.2.0 * @link https://git.timshomepage.net/timw4mail/ion diff --git a/src/Di/ContainerAware.php b/src/Di/ContainerAware.php index 9deee48..60a164f 100644 --- a/src/Di/ContainerAware.php +++ b/src/Di/ContainerAware.php @@ -4,11 +4,11 @@ * * Building blocks for web development * - * PHP version 7 + * PHP version 7.1 * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2017 Timothy J. Warren + * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 2.2.0 * @link https://git.timshomepage.net/timw4mail/ion diff --git a/src/Di/ContainerAwareInterface.php b/src/Di/ContainerAwareInterface.php index 0ac45ef..433194b 100644 --- a/src/Di/ContainerAwareInterface.php +++ b/src/Di/ContainerAwareInterface.php @@ -4,11 +4,11 @@ * * Building blocks for web development * - * PHP version 7 + * PHP version 7.1 * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2017 Timothy J. Warren + * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 2.2.0 * @link https://git.timshomepage.net/timw4mail/ion diff --git a/src/Di/ContainerInterface.php b/src/Di/ContainerInterface.php index 90db5c8..5483235 100644 --- a/src/Di/ContainerInterface.php +++ b/src/Di/ContainerInterface.php @@ -4,11 +4,11 @@ * * Building blocks for web development * - * PHP version 7 + * PHP version 7.1 * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2017 Timothy J. Warren + * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 2.2.0 * @link https://git.timshomepage.net/timw4mail/ion diff --git a/src/Di/Exception/ContainerException.php b/src/Di/Exception/ContainerException.php index 2cc07bb..cdcf15e 100644 --- a/src/Di/Exception/ContainerException.php +++ b/src/Di/Exception/ContainerException.php @@ -4,11 +4,11 @@ * * Building blocks for web development * - * PHP version 7 + * PHP version 7.1 * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2017 Timothy J. Warren + * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 2.2.0 * @link https://git.timshomepage.net/timw4mail/ion diff --git a/src/Di/Exception/NotFoundException.php b/src/Di/Exception/NotFoundException.php index 73e47d6..650c2bc 100644 --- a/src/Di/Exception/NotFoundException.php +++ b/src/Di/Exception/NotFoundException.php @@ -4,11 +4,11 @@ * * Building blocks for web development * - * PHP version 7 + * PHP version 7.1 * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2017 Timothy J. Warren + * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 2.2.0 * @link https://git.timshomepage.net/timw4mail/ion diff --git a/src/Enum.php b/src/Enum.php index ff88227..5284db8 100644 --- a/src/Enum.php +++ b/src/Enum.php @@ -4,11 +4,11 @@ * * Building blocks for web development * - * PHP version 7 + * PHP version 7.1 * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2017 Timothy J. Warren + * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 2.2.0 * @link https://git.timshomepage.net/timw4mail/ion diff --git a/src/Exception/ConfigException.php b/src/Exception/ConfigException.php index 8067c1e..53580aa 100644 --- a/src/Exception/ConfigException.php +++ b/src/Exception/ConfigException.php @@ -4,11 +4,11 @@ * * Building blocks for web development * - * PHP version 7 + * PHP version 7.1 * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2017 Timothy J. Warren + * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 2.2.0 * @link https://git.timshomepage.net/timw4mail/ion diff --git a/src/Exception/DoubleRenderException.php b/src/Exception/DoubleRenderException.php index ad84fed..43327c6 100644 --- a/src/Exception/DoubleRenderException.php +++ b/src/Exception/DoubleRenderException.php @@ -4,11 +4,11 @@ * * Building blocks for web development * - * PHP version 7 + * PHP version 7.1 * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2017 Timothy J. Warren + * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 2.2.0 * @link https://git.timshomepage.net/timw4mail/ion diff --git a/src/Friend.php b/src/Friend.php index ccba8ba..3156a30 100644 --- a/src/Friend.php +++ b/src/Friend.php @@ -4,11 +4,11 @@ * * Building blocks for web development * - * PHP version 7 + * PHP version 7.1 * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2017 Timothy J. Warren + * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 2.2.0 * @link https://git.timshomepage.net/timw4mail/ion diff --git a/src/Json.php b/src/Json.php index 5a58fe6..99cde83 100644 --- a/src/Json.php +++ b/src/Json.php @@ -4,11 +4,11 @@ * * Building blocks for web development * - * PHP version 7 + * PHP version 7.1 * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2017 Timothy J. Warren + * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 2.2.0 * @link https://git.timshomepage.net/timw4mail/ion diff --git a/src/JsonException.php b/src/JsonException.php index 912fe1e..c35d807 100644 --- a/src/JsonException.php +++ b/src/JsonException.php @@ -4,11 +4,11 @@ * * Building blocks for web development * - * PHP version 7 + * PHP version 7.1 * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2017 Timothy J. Warren + * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 2.2.0 * @link https://git.timshomepage.net/timw4mail/ion diff --git a/src/Model.php b/src/Model.php index 8040b14..eb7fb1d 100644 --- a/src/Model.php +++ b/src/Model.php @@ -4,11 +4,11 @@ * * Building blocks for web development * - * PHP version 7 + * PHP version 7.1 * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2017 Timothy J. Warren + * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 2.2.0 * @link https://git.timshomepage.net/timw4mail/ion diff --git a/src/Model/DB.php b/src/Model/DB.php index 2b106f6..38a7beb 100644 --- a/src/Model/DB.php +++ b/src/Model/DB.php @@ -4,11 +4,11 @@ * * Building blocks for web development * - * PHP version 7 + * PHP version 7.1 * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2017 Timothy J. Warren + * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 2.2.0 * @link https://git.timshomepage.net/timw4mail/ion diff --git a/src/StringWrapper.php b/src/StringWrapper.php index e15e3dc..656aa12 100644 --- a/src/StringWrapper.php +++ b/src/StringWrapper.php @@ -4,11 +4,11 @@ * * Building blocks for web development * - * PHP version 7 + * PHP version 7.1 * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2017 Timothy J. Warren + * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 2.2.0 * @link https://git.timshomepage.net/timw4mail/ion diff --git a/src/Transformer/AbstractTransformer.php b/src/Transformer/AbstractTransformer.php index b6aa208..0d5fe59 100644 --- a/src/Transformer/AbstractTransformer.php +++ b/src/Transformer/AbstractTransformer.php @@ -4,11 +4,11 @@ * * Building blocks for web development * - * PHP version 7 + * PHP version 7.1 * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2017 Timothy J. Warren + * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 2.2.0 * @link https://git.timshomepage.net/timw4mail/ion diff --git a/src/Transformer/TransformerInterface.php b/src/Transformer/TransformerInterface.php index 0f192fb..69c1302 100644 --- a/src/Transformer/TransformerInterface.php +++ b/src/Transformer/TransformerInterface.php @@ -4,11 +4,11 @@ * * Building blocks for web development * - * PHP version 7 + * PHP version 7.1 * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2017 Timothy J. Warren + * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 2.2.0 * @link https://git.timshomepage.net/timw4mail/ion diff --git a/src/Type/ArrayType.php b/src/Type/ArrayType.php index 7cb38e5..a5626b0 100644 --- a/src/Type/ArrayType.php +++ b/src/Type/ArrayType.php @@ -4,11 +4,11 @@ * * Building blocks for web development * - * PHP version 7 + * PHP version 7.1 * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2017 Timothy J. Warren + * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 2.2.0 * @link https://git.timshomepage.net/timw4mail/ion diff --git a/src/Type/StringType.php b/src/Type/StringType.php index 84ac330..abc72f5 100644 --- a/src/Type/StringType.php +++ b/src/Type/StringType.php @@ -4,11 +4,11 @@ * * Building blocks for web development * - * PHP version 7 + * PHP version 7.1 * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2017 Timothy J. Warren + * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 2.2.0 * @link https://git.timshomepage.net/timw4mail/ion diff --git a/src/View.php b/src/View.php index 57916a5..c74f5df 100644 --- a/src/View.php +++ b/src/View.php @@ -4,11 +4,11 @@ * * Building blocks for web development * - * PHP version 7 + * PHP version 7.1 * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2017 Timothy J. Warren + * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 2.2.0 * @link https://git.timshomepage.net/timw4mail/ion diff --git a/src/View/HtmlView.php b/src/View/HtmlView.php index 68cb343..57b4e0b 100644 --- a/src/View/HtmlView.php +++ b/src/View/HtmlView.php @@ -4,11 +4,11 @@ * * Building blocks for web development * - * PHP version 7 + * PHP version 7.1 * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2017 Timothy J. Warren + * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 2.2.0 * @link https://git.timshomepage.net/timw4mail/ion diff --git a/src/View/HttpView.php b/src/View/HttpView.php index 32c14f8..18d7b78 100644 --- a/src/View/HttpView.php +++ b/src/View/HttpView.php @@ -4,11 +4,11 @@ * * Building blocks for web development * - * PHP version 7 + * PHP version 7.1 * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2017 Timothy J. Warren + * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 2.2.0 * @link https://git.timshomepage.net/timw4mail/ion diff --git a/src/View/JsonView.php b/src/View/JsonView.php index 35d983e..b3aa61a 100644 --- a/src/View/JsonView.php +++ b/src/View/JsonView.php @@ -4,11 +4,11 @@ * * Building blocks for web development * - * PHP version 7 + * PHP version 7.1 * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2017 Timothy J. Warren + * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 2.2.0 * @link https://git.timshomepage.net/timw4mail/ion diff --git a/src/ViewInterface.php b/src/ViewInterface.php index 9572ee4..8310dec 100644 --- a/src/ViewInterface.php +++ b/src/ViewInterface.php @@ -4,11 +4,11 @@ * * Building blocks for web development * - * PHP version 7 + * PHP version 7.1 * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2017 Timothy J. Warren + * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 2.2.0 * @link https://git.timshomepage.net/timw4mail/ion diff --git a/src/functions.php b/src/functions.php index 67376e1..da164a0 100644 --- a/src/functions.php +++ b/src/functions.php @@ -4,11 +4,11 @@ * * Building blocks for web development * - * PHP version 7 + * PHP version 7.1 * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2017 Timothy J. Warren + * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 2.2.0 * @link https://git.timshomepage.net/timw4mail/ion diff --git a/tests/BaseModelTest.php b/tests/BaseModelTest.php index 9dade88..133f333 100644 --- a/tests/BaseModelTest.php +++ b/tests/BaseModelTest.php @@ -4,11 +4,11 @@ * * Building blocks for web development * - * PHP version 7 + * PHP version 7.1 * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2017 Timothy J. Warren + * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 2.2.0 * @link https://git.timshomepage.net/timw4mail/ion diff --git a/tests/ConfigTest.php b/tests/ConfigTest.php index de8f42e..9fcdf94 100644 --- a/tests/ConfigTest.php +++ b/tests/ConfigTest.php @@ -4,11 +4,11 @@ * * Building blocks for web development * - * PHP version 7 + * PHP version 7.1 * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2017 Timothy J. Warren + * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 2.2.0 * @link https://git.timshomepage.net/timw4mail/ion diff --git a/tests/Di/ContainerAwareTest.php b/tests/Di/ContainerAwareTest.php index ae42aa5..59fdbed 100644 --- a/tests/Di/ContainerAwareTest.php +++ b/tests/Di/ContainerAwareTest.php @@ -4,11 +4,11 @@ * * Building blocks for web development * - * PHP version 7 + * PHP version 7.1 * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2017 Timothy J. Warren + * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 2.2.0 * @link https://git.timshomepage.net/timw4mail/ion diff --git a/tests/Di/ContainerTest.php b/tests/Di/ContainerTest.php index 919c301..3b0b44d 100644 --- a/tests/Di/ContainerTest.php +++ b/tests/Di/ContainerTest.php @@ -4,11 +4,11 @@ * * Building blocks for web development * - * PHP version 7 + * PHP version 7.1 * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2017 Timothy J. Warren + * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 2.2.0 * @link https://git.timshomepage.net/timw4mail/ion diff --git a/tests/EnumTest.php b/tests/EnumTest.php index 713790f..b112fcc 100644 --- a/tests/EnumTest.php +++ b/tests/EnumTest.php @@ -4,11 +4,11 @@ * * Building blocks for web development * - * PHP version 7 + * PHP version 7.1 * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2017 Timothy J. Warren + * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 2.2.0 * @link https://git.timshomepage.net/timw4mail/ion diff --git a/tests/Exception/DoubleRenderExceptionTest.php b/tests/Exception/DoubleRenderExceptionTest.php index a9ca201..8eb83b3 100644 --- a/tests/Exception/DoubleRenderExceptionTest.php +++ b/tests/Exception/DoubleRenderExceptionTest.php @@ -4,11 +4,11 @@ * * Building blocks for web development * - * PHP version 7 + * PHP version 7.1 * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2017 Timothy J. Warren + * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 2.2.0 * @link https://git.timshomepage.net/timw4mail/ion diff --git a/tests/FriendTest.php b/tests/FriendTest.php index 0c766fb..933354e 100644 --- a/tests/FriendTest.php +++ b/tests/FriendTest.php @@ -4,11 +4,11 @@ * * Building blocks for web development * - * PHP version 7 + * PHP version 7.1 * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2017 Timothy J. Warren + * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 2.2.0 * @link https://git.timshomepage.net/timw4mail/ion diff --git a/tests/Ion_TestCase.php b/tests/Ion_TestCase.php index 7024c3f..cbb10fe 100644 --- a/tests/Ion_TestCase.php +++ b/tests/Ion_TestCase.php @@ -4,11 +4,11 @@ * * Building blocks for web development * - * PHP version 7 + * PHP version 7.1 * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2017 Timothy J. Warren + * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 2.2.0 * @link https://git.timshomepage.net/timw4mail/ion diff --git a/tests/JsonTest.php b/tests/JsonTest.php index 1e5b642..8afe505 100644 --- a/tests/JsonTest.php +++ b/tests/JsonTest.php @@ -4,11 +4,11 @@ * * Building blocks for web development * - * PHP version 7 + * PHP version 7.1 * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2017 Timothy J. Warren + * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 2.2.0 * @link https://git.timshomepage.net/timw4mail/ion diff --git a/tests/Model/BaseDBModelTest.php b/tests/Model/BaseDBModelTest.php index 4ce019f..46cb99f 100644 --- a/tests/Model/BaseDBModelTest.php +++ b/tests/Model/BaseDBModelTest.php @@ -4,11 +4,11 @@ * * Building blocks for web development * - * PHP version 7 + * PHP version 7.1 * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2017 Timothy J. Warren + * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 2.2.0 * @link https://git.timshomepage.net/timw4mail/ion diff --git a/tests/StringWrapperTest.php b/tests/StringWrapperTest.php index a24dc1c..80c58b5 100644 --- a/tests/StringWrapperTest.php +++ b/tests/StringWrapperTest.php @@ -4,11 +4,11 @@ * * Building blocks for web development * - * PHP version 7 + * PHP version 7.1 * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2017 Timothy J. Warren + * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 2.2.0 * @link https://git.timshomepage.net/timw4mail/ion diff --git a/tests/TestSessionHandler.php b/tests/TestSessionHandler.php index dd68bad..12195da 100644 --- a/tests/TestSessionHandler.php +++ b/tests/TestSessionHandler.php @@ -4,11 +4,11 @@ * * Building blocks for web development * - * PHP version 7 + * PHP version 7.1 * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2017 Timothy J. Warren + * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 2.2.0 * @link https://git.timshomepage.net/timw4mail/ion diff --git a/tests/Transformer/AbstractTransformerTest.php b/tests/Transformer/AbstractTransformerTest.php index 3acf275..38ca41f 100644 --- a/tests/Transformer/AbstractTransformerTest.php +++ b/tests/Transformer/AbstractTransformerTest.php @@ -4,11 +4,11 @@ * * Building blocks for web development * - * PHP version 7 + * PHP version 7.1 * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2017 Timothy J. Warren + * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 2.2.0 * @link https://git.timshomepage.net/timw4mail/ion diff --git a/tests/Type/ArrayTypeTest.php b/tests/Type/ArrayTypeTest.php index a93c494..c309698 100644 --- a/tests/Type/ArrayTypeTest.php +++ b/tests/Type/ArrayTypeTest.php @@ -4,11 +4,11 @@ * * Building blocks for web development * - * PHP version 7 + * PHP version 7.1 * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2017 Timothy J. Warren + * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 2.2.0 * @link https://git.timshomepage.net/timw4mail/ion diff --git a/tests/Type/StringTypeTest.php b/tests/Type/StringTypeTest.php index 9e0861f..5de6f81 100644 --- a/tests/Type/StringTypeTest.php +++ b/tests/Type/StringTypeTest.php @@ -4,11 +4,11 @@ * * Building blocks for web development * - * PHP version 7 + * PHP version 7.1 * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2017 Timothy J. Warren + * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 2.2.0 * @link https://git.timshomepage.net/timw4mail/ion diff --git a/tests/View/HtmlViewTest.php b/tests/View/HtmlViewTest.php index b2e10fe..9e1d056 100644 --- a/tests/View/HtmlViewTest.php +++ b/tests/View/HtmlViewTest.php @@ -4,11 +4,11 @@ * * Building blocks for web development * - * PHP version 7 + * PHP version 7.1 * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2017 Timothy J. Warren + * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 2.2.0 * @link https://git.timshomepage.net/timw4mail/ion diff --git a/tests/View/HttpViewTest.php b/tests/View/HttpViewTest.php index 1808984..5151660 100644 --- a/tests/View/HttpViewTest.php +++ b/tests/View/HttpViewTest.php @@ -4,11 +4,11 @@ * * Building blocks for web development * - * PHP version 7 + * PHP version 7.1 * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2017 Timothy J. Warren + * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 2.2.0 * @link https://git.timshomepage.net/timw4mail/ion diff --git a/tests/View/JsonViewTest.php b/tests/View/JsonViewTest.php index 93c1ae2..dc2584a 100644 --- a/tests/View/JsonViewTest.php +++ b/tests/View/JsonViewTest.php @@ -4,11 +4,11 @@ * * Building blocks for web development * - * PHP version 7 + * PHP version 7.1 * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2017 Timothy J. Warren + * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 2.2.0 * @link https://git.timshomepage.net/timw4mail/ion diff --git a/tests/functionsTest.php b/tests/functionsTest.php index 4bf2ed5..9352781 100644 --- a/tests/functionsTest.php +++ b/tests/functionsTest.php @@ -4,11 +4,11 @@ * * Building blocks for web development * - * PHP version 7 + * PHP version 7.1 * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2017 Timothy J. Warren + * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 2.2.0 * @link https://git.timshomepage.net/timw4mail/ion diff --git a/tests/mocks.php b/tests/mocks.php index c2c1caa..4ed9bde 100644 --- a/tests/mocks.php +++ b/tests/mocks.php @@ -4,11 +4,11 @@ * * Building blocks for web development * - * PHP version 7 + * PHP version 7.1 * * @package Ion * @author Timothy J. Warren - * @copyright 2015 - 2017 Timothy J. Warren + * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License * @version 2.2.0 * @link https://git.timshomepage.net/timw4mail/ion