From 128eeea639d5a67d053341a60c90b8ac9f689161 Mon Sep 17 00:00:00 2001 From: Timothy J Warren Date: Wed, 17 Jan 2018 16:35:01 -0500 Subject: [PATCH] Update the version in the header comments --- build/header_comment.txt | 2 +- src/ArrayWrapper.php | 2 +- src/Config.php | 2 +- src/ConfigInterface.php | 2 +- src/Di/Container.php | 6 +++--- src/Di/ContainerAware.php | 2 +- src/Di/ContainerAwareInterface.php | 2 +- src/Di/ContainerInterface.php | 2 +- src/Di/Exception/ContainerException.php | 2 +- src/Di/Exception/NotFoundException.php | 2 +- src/Enum.php | 2 +- src/Exception/ConfigException.php | 2 +- src/Exception/DoubleRenderException.php | 2 +- src/Friend.php | 2 +- src/Json.php | 6 +++--- src/JsonException.php | 2 +- src/Model.php | 2 +- src/Model/DB.php | 2 +- src/StringWrapper.php | 2 +- src/Transformer/AbstractTransformer.php | 2 +- src/Transformer/TransformerInterface.php | 2 +- src/Type/ArrayType.php | 2 +- src/Type/StringType.php | 2 +- src/View.php | 2 +- src/View/HtmlView.php | 2 +- src/View/HttpView.php | 6 +++--- src/View/JsonView.php | 2 +- src/ViewInterface.php | 2 +- src/functions.php | 2 +- tests/BaseModelTest.php | 2 +- tests/ConfigTest.php | 2 +- tests/Di/ContainerAwareTest.php | 2 +- tests/Di/ContainerTest.php | 2 +- tests/EnumTest.php | 2 +- tests/Exception/DoubleRenderExceptionTest.php | 2 +- tests/FriendTest.php | 2 +- tests/Ion_TestCase.php | 2 +- tests/JsonTest.php | 2 +- tests/Model/BaseDBModelTest.php | 2 +- tests/StringWrapperTest.php | 2 +- tests/TestSessionHandler.php | 2 +- tests/Transformer/AbstractTransformerTest.php | 2 +- tests/Type/ArrayTypeTest.php | 2 +- tests/Type/StringTypeTest.php | 2 +- tests/View/HtmlViewTest.php | 2 +- tests/View/HttpViewTest.php | 2 +- tests/View/JsonViewTest.php | 2 +- tests/functionsTest.php | 2 +- tests/mocks.php | 6 +++--- 49 files changed, 57 insertions(+), 57 deletions(-) diff --git a/build/header_comment.txt b/build/header_comment.txt index 27231eb..8969c6c 100644 --- a/build/header_comment.txt +++ b/build/header_comment.txt @@ -9,7 +9,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.2.0 + * @version 2.3.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/ArrayWrapper.php b/src/ArrayWrapper.php index e223f1a..2da9dfd 100644 --- a/src/ArrayWrapper.php +++ b/src/ArrayWrapper.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.2.0 + * @version 2.3.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/Config.php b/src/Config.php index 97653b0..64f9224 100644 --- a/src/Config.php +++ b/src/Config.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.2.0 + * @version 2.3.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/ConfigInterface.php b/src/ConfigInterface.php index fd2c58e..05efabc 100644 --- a/src/ConfigInterface.php +++ b/src/ConfigInterface.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.2.0 + * @version 2.3.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/Di/Container.php b/src/Di/Container.php index 06e0694..723d892 100644 --- a/src/Di/Container.php +++ b/src/Di/Container.php @@ -4,13 +4,13 @@ * * 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 + * @version 2.3.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/Di/ContainerAware.php b/src/Di/ContainerAware.php index e65918a..c38c1af 100644 --- a/src/Di/ContainerAware.php +++ b/src/Di/ContainerAware.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.2.0 + * @version 2.3.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/Di/ContainerAwareInterface.php b/src/Di/ContainerAwareInterface.php index 433194b..269fa6d 100644 --- a/src/Di/ContainerAwareInterface.php +++ b/src/Di/ContainerAwareInterface.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.2.0 + * @version 2.3.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/Di/ContainerInterface.php b/src/Di/ContainerInterface.php index 7515cdf..8b0c9ef 100644 --- a/src/Di/ContainerInterface.php +++ b/src/Di/ContainerInterface.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.2.0 + * @version 2.3.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/Di/Exception/ContainerException.php b/src/Di/Exception/ContainerException.php index cdcf15e..a1cccf3 100644 --- a/src/Di/Exception/ContainerException.php +++ b/src/Di/Exception/ContainerException.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.2.0 + * @version 2.3.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/Di/Exception/NotFoundException.php b/src/Di/Exception/NotFoundException.php index 650c2bc..04d7d02 100644 --- a/src/Di/Exception/NotFoundException.php +++ b/src/Di/Exception/NotFoundException.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.2.0 + * @version 2.3.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/Enum.php b/src/Enum.php index 9360b3e..8220c63 100644 --- a/src/Enum.php +++ b/src/Enum.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.2.0 + * @version 2.3.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/Exception/ConfigException.php b/src/Exception/ConfigException.php index 53580aa..8152b00 100644 --- a/src/Exception/ConfigException.php +++ b/src/Exception/ConfigException.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.2.0 + * @version 2.3.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/Exception/DoubleRenderException.php b/src/Exception/DoubleRenderException.php index 880cc0a..42b55ed 100644 --- a/src/Exception/DoubleRenderException.php +++ b/src/Exception/DoubleRenderException.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.2.0 + * @version 2.3.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/Friend.php b/src/Friend.php index 3156a30..3a19527 100644 --- a/src/Friend.php +++ b/src/Friend.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.2.0 + * @version 2.3.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/Json.php b/src/Json.php index 385a78d..667961b 100644 --- a/src/Json.php +++ b/src/Json.php @@ -4,13 +4,13 @@ * * 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 + * @version 2.3.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/JsonException.php b/src/JsonException.php index c35d807..e2ba426 100644 --- a/src/JsonException.php +++ b/src/JsonException.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.2.0 + * @version 2.3.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/Model.php b/src/Model.php index eb7fb1d..f80d26b 100644 --- a/src/Model.php +++ b/src/Model.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.2.0 + * @version 2.3.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/Model/DB.php b/src/Model/DB.php index 38a7beb..b8c2417 100644 --- a/src/Model/DB.php +++ b/src/Model/DB.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.2.0 + * @version 2.3.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/StringWrapper.php b/src/StringWrapper.php index 9e5a80f..4ff51f2 100644 --- a/src/StringWrapper.php +++ b/src/StringWrapper.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.2.0 + * @version 2.3.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/Transformer/AbstractTransformer.php b/src/Transformer/AbstractTransformer.php index 0d5fe59..4e7e50c 100644 --- a/src/Transformer/AbstractTransformer.php +++ b/src/Transformer/AbstractTransformer.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.2.0 + * @version 2.3.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/Transformer/TransformerInterface.php b/src/Transformer/TransformerInterface.php index 69c1302..79512db 100644 --- a/src/Transformer/TransformerInterface.php +++ b/src/Transformer/TransformerInterface.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.2.0 + * @version 2.3.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/Type/ArrayType.php b/src/Type/ArrayType.php index db78a65..d2579e9 100644 --- a/src/Type/ArrayType.php +++ b/src/Type/ArrayType.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.2.0 + * @version 2.3.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/Type/StringType.php b/src/Type/StringType.php index f267f09..16402e6 100644 --- a/src/Type/StringType.php +++ b/src/Type/StringType.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.2.0 + * @version 2.3.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/View.php b/src/View.php index 9ec85f8..b649223 100644 --- a/src/View.php +++ b/src/View.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.2.0 + * @version 2.3.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/View/HtmlView.php b/src/View/HtmlView.php index 57b4e0b..d9f7201 100644 --- a/src/View/HtmlView.php +++ b/src/View/HtmlView.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.2.0 + * @version 2.3.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/View/HttpView.php b/src/View/HttpView.php index 4b6b823..db4b457 100644 --- a/src/View/HttpView.php +++ b/src/View/HttpView.php @@ -4,13 +4,13 @@ * * 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 + * @version 2.3.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/View/JsonView.php b/src/View/JsonView.php index b9cadd6..7cf0874 100644 --- a/src/View/JsonView.php +++ b/src/View/JsonView.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.2.0 + * @version 2.3.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/ViewInterface.php b/src/ViewInterface.php index ae7b072..1bd0f8a 100644 --- a/src/ViewInterface.php +++ b/src/ViewInterface.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.2.0 + * @version 2.3.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/src/functions.php b/src/functions.php index da164a0..403ab0d 100644 --- a/src/functions.php +++ b/src/functions.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.2.0 + * @version 2.3.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/tests/BaseModelTest.php b/tests/BaseModelTest.php index 133f333..c6db2ff 100644 --- a/tests/BaseModelTest.php +++ b/tests/BaseModelTest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.2.0 + * @version 2.3.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/tests/ConfigTest.php b/tests/ConfigTest.php index 9fcdf94..ba8a40f 100644 --- a/tests/ConfigTest.php +++ b/tests/ConfigTest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.2.0 + * @version 2.3.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/tests/Di/ContainerAwareTest.php b/tests/Di/ContainerAwareTest.php index 532efe8..cd9cbd4 100644 --- a/tests/Di/ContainerAwareTest.php +++ b/tests/Di/ContainerAwareTest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.2.0 + * @version 2.3.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/tests/Di/ContainerTest.php b/tests/Di/ContainerTest.php index 2191551..0ba8387 100644 --- a/tests/Di/ContainerTest.php +++ b/tests/Di/ContainerTest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.2.0 + * @version 2.3.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/tests/EnumTest.php b/tests/EnumTest.php index b112fcc..ba7eb1f 100644 --- a/tests/EnumTest.php +++ b/tests/EnumTest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.2.0 + * @version 2.3.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/tests/Exception/DoubleRenderExceptionTest.php b/tests/Exception/DoubleRenderExceptionTest.php index 8eb83b3..f5d6049 100644 --- a/tests/Exception/DoubleRenderExceptionTest.php +++ b/tests/Exception/DoubleRenderExceptionTest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.2.0 + * @version 2.3.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/tests/FriendTest.php b/tests/FriendTest.php index 933354e..ad68905 100644 --- a/tests/FriendTest.php +++ b/tests/FriendTest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.2.0 + * @version 2.3.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/tests/Ion_TestCase.php b/tests/Ion_TestCase.php index cbb10fe..92855ae 100644 --- a/tests/Ion_TestCase.php +++ b/tests/Ion_TestCase.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.2.0 + * @version 2.3.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/tests/JsonTest.php b/tests/JsonTest.php index 8afe505..2b1197a 100644 --- a/tests/JsonTest.php +++ b/tests/JsonTest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.2.0 + * @version 2.3.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/tests/Model/BaseDBModelTest.php b/tests/Model/BaseDBModelTest.php index 46cb99f..beee6ef 100644 --- a/tests/Model/BaseDBModelTest.php +++ b/tests/Model/BaseDBModelTest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.2.0 + * @version 2.3.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/tests/StringWrapperTest.php b/tests/StringWrapperTest.php index 80c58b5..e6c6ac7 100644 --- a/tests/StringWrapperTest.php +++ b/tests/StringWrapperTest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.2.0 + * @version 2.3.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/tests/TestSessionHandler.php b/tests/TestSessionHandler.php index 12195da..1faebd1 100644 --- a/tests/TestSessionHandler.php +++ b/tests/TestSessionHandler.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.2.0 + * @version 2.3.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/tests/Transformer/AbstractTransformerTest.php b/tests/Transformer/AbstractTransformerTest.php index 38ca41f..7793a92 100644 --- a/tests/Transformer/AbstractTransformerTest.php +++ b/tests/Transformer/AbstractTransformerTest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.2.0 + * @version 2.3.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/tests/Type/ArrayTypeTest.php b/tests/Type/ArrayTypeTest.php index c309698..6f687cc 100644 --- a/tests/Type/ArrayTypeTest.php +++ b/tests/Type/ArrayTypeTest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.2.0 + * @version 2.3.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/tests/Type/StringTypeTest.php b/tests/Type/StringTypeTest.php index 5de6f81..d966707 100644 --- a/tests/Type/StringTypeTest.php +++ b/tests/Type/StringTypeTest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.2.0 + * @version 2.3.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/tests/View/HtmlViewTest.php b/tests/View/HtmlViewTest.php index 9e1d056..db9828b 100644 --- a/tests/View/HtmlViewTest.php +++ b/tests/View/HtmlViewTest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.2.0 + * @version 2.3.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/tests/View/HttpViewTest.php b/tests/View/HttpViewTest.php index 5151660..f5ed92b 100644 --- a/tests/View/HttpViewTest.php +++ b/tests/View/HttpViewTest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.2.0 + * @version 2.3.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/tests/View/JsonViewTest.php b/tests/View/JsonViewTest.php index dc2584a..71562a9 100644 --- a/tests/View/JsonViewTest.php +++ b/tests/View/JsonViewTest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.2.0 + * @version 2.3.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/tests/functionsTest.php b/tests/functionsTest.php index 9352781..f235c21 100644 --- a/tests/functionsTest.php +++ b/tests/functionsTest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2015 - 2018 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 2.2.0 + * @version 2.3.0 * @link https://git.timshomepage.net/timw4mail/ion */ diff --git a/tests/mocks.php b/tests/mocks.php index 43485cb..c789d81 100644 --- a/tests/mocks.php +++ b/tests/mocks.php @@ -4,13 +4,13 @@ * * 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 + * @version 2.3.0 * @link https://git.timshomepage.net/timw4mail/ion */