diff --git a/build/header_comment.txt b/build/header_comment.txt index 5996aca..e70ae83 100644 --- a/build/header_comment.txt +++ b/build/header_comment.txt @@ -9,6 +9,6 @@ * @author Timothy J. Warren * @copyright 2016 - 2021 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5.0.0 + * @version 4.0.0 * @link https://git.timshomepage.net/timw4mail/banker */ diff --git a/src/Driver/AbstractDriver.php b/src/Driver/AbstractDriver.php index e130781..450f4f4 100644 --- a/src/Driver/AbstractDriver.php +++ b/src/Driver/AbstractDriver.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2016 - 2021 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5.0.0 + * @version 4.0.0 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker\Driver; diff --git a/src/Driver/ApcuDriver.php b/src/Driver/ApcuDriver.php index a0f286f..810f33b 100644 --- a/src/Driver/ApcuDriver.php +++ b/src/Driver/ApcuDriver.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2016 - 2021 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5.0.0 + * @version 4.0.0 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker\Driver; diff --git a/src/Driver/DriverInterface.php b/src/Driver/DriverInterface.php index 120a380..b03145f 100644 --- a/src/Driver/DriverInterface.php +++ b/src/Driver/DriverInterface.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2016 - 2021 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5.0.0 + * @version 4.0.0 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker\Driver; diff --git a/src/Driver/MemcachedDriver.php b/src/Driver/MemcachedDriver.php index cdb39f6..e6fd11a 100644 --- a/src/Driver/MemcachedDriver.php +++ b/src/Driver/MemcachedDriver.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2016 - 2021 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5.0.0 + * @version 4.0.0 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker\Driver; diff --git a/src/Driver/NullDriver.php b/src/Driver/NullDriver.php index fc2915d..407122a 100644 --- a/src/Driver/NullDriver.php +++ b/src/Driver/NullDriver.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2016 - 2021 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5.0.0 + * @version 4.0.0 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker\Driver; diff --git a/src/Driver/RedisDriver.php b/src/Driver/RedisDriver.php index 6633846..28cc76b 100644 --- a/src/Driver/RedisDriver.php +++ b/src/Driver/RedisDriver.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2016 - 2021 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5.0.0 + * @version 4.0.0 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker\Driver; diff --git a/src/Exception/CacheException.php b/src/Exception/CacheException.php index 52a89de..0de8423 100644 --- a/src/Exception/CacheException.php +++ b/src/Exception/CacheException.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2016 - 2021 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5.0.0 + * @version 4.0.0 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker\Exception; diff --git a/src/Exception/InvalidArgumentException.php b/src/Exception/InvalidArgumentException.php index 1dfd0ee..62f771b 100644 --- a/src/Exception/InvalidArgumentException.php +++ b/src/Exception/InvalidArgumentException.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2016 - 2021 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5.0.0 + * @version 4.0.0 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker\Exception; diff --git a/src/Item.php b/src/Item.php index 1eb0ba2..04fda48 100644 --- a/src/Item.php +++ b/src/Item.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2016 - 2021 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5.0.0 + * @version 4.0.0 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker; diff --git a/src/ItemCollection.php b/src/ItemCollection.php index af890c8..673d50f 100644 --- a/src/ItemCollection.php +++ b/src/ItemCollection.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2016 - 2021 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5.0.0 + * @version 4.0.0 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker; diff --git a/src/KeyValidateTrait.php b/src/KeyValidateTrait.php index 14e3717..0d2cf00 100644 --- a/src/KeyValidateTrait.php +++ b/src/KeyValidateTrait.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2016 - 2021 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5.0.0 + * @version 4.0.0 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker; diff --git a/src/LoggerTrait.php b/src/LoggerTrait.php index 12752ba..cccbdc8 100644 --- a/src/LoggerTrait.php +++ b/src/LoggerTrait.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2016 - 2021 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5.0.0 + * @version 4.0.0 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker; diff --git a/src/Pool.php b/src/Pool.php index d6a0412..1fc63ee 100644 --- a/src/Pool.php +++ b/src/Pool.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2016 - 2021 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5.0.0 + * @version 4.0.0 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker; diff --git a/src/Teller.php b/src/Teller.php index 5251406..f5171a4 100644 --- a/src/Teller.php +++ b/src/Teller.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2016 - 2021 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5.0.0 + * @version 4.0.0 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker; diff --git a/src/_Driver.php b/src/_Driver.php index 859259b..d4f9b87 100644 --- a/src/_Driver.php +++ b/src/_Driver.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2016 - 2021 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5.0.0 + * @version 4.0.0 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker; diff --git a/tests/Driver/ApcuDriverTest.php b/tests/Driver/ApcuDriverTest.php index 1a2268e..8dd16d4 100644 --- a/tests/Driver/ApcuDriverTest.php +++ b/tests/Driver/ApcuDriverTest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2016 - 2021 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5.0.0 + * @version 4.0.0 * @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 3f0f60f..6e0c688 100644 --- a/tests/Driver/DriverTestBase.php +++ b/tests/Driver/DriverTestBase.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2016 - 2021 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5.0.0 + * @version 4.0.0 * @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 4a29421..347c7f3 100644 --- a/tests/Driver/MemcachedDriverTest.php +++ b/tests/Driver/MemcachedDriverTest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2016 - 2021 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5.0.0 + * @version 4.0.0 * @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 28a2b35..e6d5da5 100644 --- a/tests/Driver/NullDriverTest.php +++ b/tests/Driver/NullDriverTest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2016 - 2021 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5.0.0 + * @version 4.0.0 * @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 d21e833..e000bb8 100644 --- a/tests/Driver/RedisDriverTest.php +++ b/tests/Driver/RedisDriverTest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2016 - 2021 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5.0.0 + * @version 4.0.0 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker\Tests\Driver; diff --git a/tests/Friend.php b/tests/Friend.php index 8afaea6..43a3c78 100644 --- a/tests/Friend.php +++ b/tests/Friend.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2016 - 2021 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5.0.0 + * @version 4.0.0 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker\Tests; diff --git a/tests/ItemCollectionTest.php b/tests/ItemCollectionTest.php index 7d98ca7..652db62 100644 --- a/tests/ItemCollectionTest.php +++ b/tests/ItemCollectionTest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2016 - 2021 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5.0.0 + * @version 4.0.0 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker\Tests; diff --git a/tests/ItemTest.php b/tests/ItemTest.php index 5ccf519..ed58ec0 100644 --- a/tests/ItemTest.php +++ b/tests/ItemTest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2016 - 2021 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5.0.0 + * @version 4.0.0 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker\Tests; diff --git a/tests/PoolTest.php b/tests/PoolTest.php index c14f8ea..3327a37 100644 --- a/tests/PoolTest.php +++ b/tests/PoolTest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2016 - 2021 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5.0.0 + * @version 4.0.0 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker\Tests; diff --git a/tests/TellerTest.php b/tests/TellerTest.php index f105c8f..1e751ef 100644 --- a/tests/TellerTest.php +++ b/tests/TellerTest.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2016 - 2021 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5.0.0 + * @version 4.0.0 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker\Tests; diff --git a/tests/bootstrap.php b/tests/bootstrap.php index 7e767f9..55612d4 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -10,7 +10,7 @@ * @author Timothy J. Warren * @copyright 2016 - 2021 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @version 5.0.0 + * @version 4.0.0 * @link https://git.timshomepage.net/timw4mail/banker */ namespace Aviat\Banker\Tests;