diff --git a/build/header_comment.txt b/build/header_comment.txt index 602ff4e..165d527 100644 --- a/build/header_comment.txt +++ b/build/header_comment.txt @@ -9,6 +9,6 @@ * @author Timothy J. Warren * @copyright 2016 - 2023 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 4.1.1 + * @version 4.1.2 * @link https://git.timshomepage.net/timw4mail/banker */ diff --git a/src/Driver/AbstractDriver.php b/src/Driver/AbstractDriver.php index 8b65df2..d250154 100644 --- a/src/Driver/AbstractDriver.php +++ b/src/Driver/AbstractDriver.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2016 - 2023 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 4.1.1 + * @version 4.1.2 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker\Driver; diff --git a/src/Driver/ApcuDriver.php b/src/Driver/ApcuDriver.php index 1252eb8..1ee071a 100644 --- a/src/Driver/ApcuDriver.php +++ b/src/Driver/ApcuDriver.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2016 - 2023 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 4.1.1 + * @version 4.1.2 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker\Driver; diff --git a/src/Driver/DriverInterface.php b/src/Driver/DriverInterface.php index 772cd37..228d875 100644 --- a/src/Driver/DriverInterface.php +++ b/src/Driver/DriverInterface.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2016 - 2023 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 4.1.1 + * @version 4.1.2 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker\Driver; diff --git a/src/Driver/MemcachedDriver.php b/src/Driver/MemcachedDriver.php index b1ae085..eaea26b 100644 --- a/src/Driver/MemcachedDriver.php +++ b/src/Driver/MemcachedDriver.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2016 - 2023 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 4.1.1 + * @version 4.1.2 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker\Driver; diff --git a/src/Driver/NullDriver.php b/src/Driver/NullDriver.php index eb49a08..6ac8b90 100644 --- a/src/Driver/NullDriver.php +++ b/src/Driver/NullDriver.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2016 - 2023 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 4.1.1 + * @version 4.1.2 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker\Driver; diff --git a/src/Driver/RedisDriver.php b/src/Driver/RedisDriver.php index 3d60fd5..cd8099a 100644 --- a/src/Driver/RedisDriver.php +++ b/src/Driver/RedisDriver.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2016 - 2023 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 4.1.1 + * @version 4.1.2 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker\Driver; diff --git a/src/Exception/CacheException.php b/src/Exception/CacheException.php index 0a4a26a..f0ae70a 100644 --- a/src/Exception/CacheException.php +++ b/src/Exception/CacheException.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2016 - 2023 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 4.1.1 + * @version 4.1.2 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker\Exception; diff --git a/src/Exception/InvalidArgumentException.php b/src/Exception/InvalidArgumentException.php index d68e635..57880f7 100644 --- a/src/Exception/InvalidArgumentException.php +++ b/src/Exception/InvalidArgumentException.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2016 - 2023 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 4.1.1 + * @version 4.1.2 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker\Exception; diff --git a/src/Item.php b/src/Item.php index 84e12d8..97b6c64 100644 --- a/src/Item.php +++ b/src/Item.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2016 - 2023 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 4.1.1 + * @version 4.1.2 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker; diff --git a/src/ItemCollection.php b/src/ItemCollection.php index dd45b91..4082411 100644 --- a/src/ItemCollection.php +++ b/src/ItemCollection.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2016 - 2023 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 4.1.1 + * @version 4.1.2 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker; diff --git a/src/KeyValidateTrait.php b/src/KeyValidateTrait.php index 0d43466..d690cf6 100644 --- a/src/KeyValidateTrait.php +++ b/src/KeyValidateTrait.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2016 - 2023 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 4.1.1 + * @version 4.1.2 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker; diff --git a/src/LoggerTrait.php b/src/LoggerTrait.php index 47c0671..b347042 100644 --- a/src/LoggerTrait.php +++ b/src/LoggerTrait.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2016 - 2023 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 4.1.1 + * @version 4.1.2 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker; diff --git a/src/Pool.php b/src/Pool.php index 9bdac1f..f76d384 100644 --- a/src/Pool.php +++ b/src/Pool.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2016 - 2023 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 4.1.1 + * @version 4.1.2 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker; diff --git a/src/Teller.php b/src/Teller.php index f9b6e8c..c6ee41a 100644 --- a/src/Teller.php +++ b/src/Teller.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2016 - 2023 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 4.1.1 + * @version 4.1.2 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker; diff --git a/src/_Driver.php b/src/_Driver.php index da9d4b9..7b68877 100644 --- a/src/_Driver.php +++ b/src/_Driver.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2016 - 2023 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 4.1.1 + * @version 4.1.2 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker; diff --git a/tests/Driver/ApcuDriverTest.php b/tests/Driver/ApcuDriverTest.php index 1ecd554..b8d82b0 100644 --- a/tests/Driver/ApcuDriverTest.php +++ b/tests/Driver/ApcuDriverTest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2016 - 2023 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 4.1.1 + * @version 4.1.2 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker\Tests\Driver; diff --git a/tests/Driver/DriverTestBase.php b/tests/Driver/DriverTestBase.php index 50c67af..af0e0a3 100644 --- a/tests/Driver/DriverTestBase.php +++ b/tests/Driver/DriverTestBase.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2016 - 2023 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 4.1.1 + * @version 4.1.2 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker\Tests\Driver; diff --git a/tests/Driver/MemcachedDriverTest.php b/tests/Driver/MemcachedDriverTest.php index 9fa21be..1677d4c 100644 --- a/tests/Driver/MemcachedDriverTest.php +++ b/tests/Driver/MemcachedDriverTest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2016 - 2023 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 4.1.1 + * @version 4.1.2 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker\Tests\Driver; diff --git a/tests/Driver/NullDriverTest.php b/tests/Driver/NullDriverTest.php index cf16ca4..92c8c5c 100644 --- a/tests/Driver/NullDriverTest.php +++ b/tests/Driver/NullDriverTest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2016 - 2023 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 4.1.1 + * @version 4.1.2 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker\Tests\Driver; diff --git a/tests/Driver/RedisDriverTest.php b/tests/Driver/RedisDriverTest.php index 9ba0251..31c29d4 100644 --- a/tests/Driver/RedisDriverTest.php +++ b/tests/Driver/RedisDriverTest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2016 - 2023 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 4.1.1 + * @version 4.1.2 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker\Tests\Driver; diff --git a/tests/Friend.php b/tests/Friend.php index 330cc16..aff7959 100644 --- a/tests/Friend.php +++ b/tests/Friend.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2016 - 2023 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 4.1.1 + * @version 4.1.2 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker\Tests; diff --git a/tests/ItemCollectionTest.php b/tests/ItemCollectionTest.php index 837e8c1..b76de3b 100644 --- a/tests/ItemCollectionTest.php +++ b/tests/ItemCollectionTest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2016 - 2023 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 4.1.1 + * @version 4.1.2 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker\Tests; diff --git a/tests/ItemTest.php b/tests/ItemTest.php index 83f1f13..29925dd 100644 --- a/tests/ItemTest.php +++ b/tests/ItemTest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2016 - 2023 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 4.1.1 + * @version 4.1.2 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker\Tests; diff --git a/tests/PoolTest.php b/tests/PoolTest.php index 8865ff2..05d49f2 100644 --- a/tests/PoolTest.php +++ b/tests/PoolTest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2016 - 2023 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 4.1.1 + * @version 4.1.2 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker\Tests; diff --git a/tests/TellerTest.php b/tests/TellerTest.php index b5ab795..6376723 100644 --- a/tests/TellerTest.php +++ b/tests/TellerTest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2016 - 2023 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 4.1.1 + * @version 4.1.2 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker\Tests; diff --git a/tests/bootstrap.php b/tests/bootstrap.php index d7fa42a..65bc3d5 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2016 - 2023 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 4.1.1 + * @version 4.1.2 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker\Tests;