Update header comments

This commit is contained in:
Timothy Warren 2021-02-05 17:05:56 -05:00
parent adb40903ae
commit cc77d69538
27 changed files with 81 additions and 81 deletions

View File

@ -3,12 +3,12 @@
* *
* A Caching library implementing psr/cache (PSR 6) and psr/simple-cache (PSR 16) * A Caching library implementing psr/cache (PSR 6) and psr/simple-cache (PSR 16)
* *
* PHP version 7.4 * PHP version 7.4+
* *
* @package Banker * @package Banker
* @author Timothy J. Warren <tim@timshomepage.net> * @author Timothy J. Warren <tim@timshomepage.net>
* @copyright 2016 - 2020 Timothy J. Warren * @copyright 2016 - 2021 Timothy J. Warren
* @license http://www.opensource.org/licenses/mit-license.html MIT License * @license http://www.opensource.org/licenses/mit-license.html MIT License
* @version 3.1.0 * @version 3.2.0
* @link https://git.timshomepage.net/timw4mail/banker * @link https://git.timshomepage.net/timw4mail/banker
*/ */

View File

@ -4,13 +4,13 @@
* *
* A Caching library implementing psr/cache (PSR 6) and psr/simple-cache (PSR 16) * A Caching library implementing psr/cache (PSR 6) and psr/simple-cache (PSR 16)
* *
* PHP version 7.4 * PHP version 7.4+
* *
* @package Banker * @package Banker
* @author Timothy J. Warren <tim@timshomepage.net> * @author Timothy J. Warren <tim@timshomepage.net>
* @copyright 2016 - 2020 Timothy J. Warren * @copyright 2016 - 2021 Timothy J. Warren
* @license http://www.opensource.org/licenses/mit-license.html MIT License * @license http://www.opensource.org/licenses/mit-license.html MIT License
* @version 3.1.0 * @version 3.2.0
* @link https://git.timshomepage.net/timw4mail/banker * @link https://git.timshomepage.net/timw4mail/banker
*/ */
namespace Aviat\Banker\Driver; namespace Aviat\Banker\Driver;

View File

@ -4,13 +4,13 @@
* *
* A Caching library implementing psr/cache (PSR 6) and psr/simple-cache (PSR 16) * A Caching library implementing psr/cache (PSR 6) and psr/simple-cache (PSR 16)
* *
* PHP version 7.4 * PHP version 7.4+
* *
* @package Banker * @package Banker
* @author Timothy J. Warren <tim@timshomepage.net> * @author Timothy J. Warren <tim@timshomepage.net>
* @copyright 2016 - 2020 Timothy J. Warren * @copyright 2016 - 2021 Timothy J. Warren
* @license http://www.opensource.org/licenses/mit-license.html MIT License * @license http://www.opensource.org/licenses/mit-license.html MIT License
* @version 3.1.0 * @version 3.2.0
* @link https://git.timshomepage.net/timw4mail/banker * @link https://git.timshomepage.net/timw4mail/banker
*/ */
namespace Aviat\Banker\Driver; namespace Aviat\Banker\Driver;

View File

@ -4,13 +4,13 @@
* *
* A Caching library implementing psr/cache (PSR 6) and psr/simple-cache (PSR 16) * A Caching library implementing psr/cache (PSR 6) and psr/simple-cache (PSR 16)
* *
* PHP version 7.4 * PHP version 7.4+
* *
* @package Banker * @package Banker
* @author Timothy J. Warren <tim@timshomepage.net> * @author Timothy J. Warren <tim@timshomepage.net>
* @copyright 2016 - 2020 Timothy J. Warren * @copyright 2016 - 2021 Timothy J. Warren
* @license http://www.opensource.org/licenses/mit-license.html MIT License * @license http://www.opensource.org/licenses/mit-license.html MIT License
* @version 3.1.0 * @version 3.2.0
* @link https://git.timshomepage.net/timw4mail/banker * @link https://git.timshomepage.net/timw4mail/banker
*/ */
namespace Aviat\Banker\Driver; namespace Aviat\Banker\Driver;

View File

@ -4,13 +4,13 @@
* *
* A Caching library implementing psr/cache (PSR 6) and psr/simple-cache (PSR 16) * A Caching library implementing psr/cache (PSR 6) and psr/simple-cache (PSR 16)
* *
* PHP version 7.4 * PHP version 7.4+
* *
* @package Banker * @package Banker
* @author Timothy J. Warren <tim@timshomepage.net> * @author Timothy J. Warren <tim@timshomepage.net>
* @copyright 2016 - 2020 Timothy J. Warren * @copyright 2016 - 2021 Timothy J. Warren
* @license http://www.opensource.org/licenses/mit-license.html MIT License * @license http://www.opensource.org/licenses/mit-license.html MIT License
* @version 3.1.0 * @version 3.2.0
* @link https://git.timshomepage.net/timw4mail/banker * @link https://git.timshomepage.net/timw4mail/banker
*/ */
namespace Aviat\Banker\Driver; namespace Aviat\Banker\Driver;

View File

@ -4,13 +4,13 @@
* *
* A Caching library implementing psr/cache (PSR 6) and psr/simple-cache (PSR 16) * A Caching library implementing psr/cache (PSR 6) and psr/simple-cache (PSR 16)
* *
* PHP version 7.4 * PHP version 7.4+
* *
* @package Banker * @package Banker
* @author Timothy J. Warren <tim@timshomepage.net> * @author Timothy J. Warren <tim@timshomepage.net>
* @copyright 2016 - 2020 Timothy J. Warren * @copyright 2016 - 2021 Timothy J. Warren
* @license http://www.opensource.org/licenses/mit-license.html MIT License * @license http://www.opensource.org/licenses/mit-license.html MIT License
* @version 3.1.0 * @version 3.2.0
* @link https://git.timshomepage.net/timw4mail/banker * @link https://git.timshomepage.net/timw4mail/banker
*/ */
namespace Aviat\Banker\Driver; namespace Aviat\Banker\Driver;

View File

@ -4,13 +4,13 @@
* *
* A Caching library implementing psr/cache (PSR 6) and psr/simple-cache (PSR 16) * A Caching library implementing psr/cache (PSR 6) and psr/simple-cache (PSR 16)
* *
* PHP version 7.4 * PHP version 7.4+
* *
* @package Banker * @package Banker
* @author Timothy J. Warren <tim@timshomepage.net> * @author Timothy J. Warren <tim@timshomepage.net>
* @copyright 2016 - 2020 Timothy J. Warren * @copyright 2016 - 2021 Timothy J. Warren
* @license http://www.opensource.org/licenses/mit-license.html MIT License * @license http://www.opensource.org/licenses/mit-license.html MIT License
* @version 3.1.0 * @version 3.2.0
* @link https://git.timshomepage.net/timw4mail/banker * @link https://git.timshomepage.net/timw4mail/banker
*/ */
namespace Aviat\Banker\Driver; namespace Aviat\Banker\Driver;

View File

@ -4,13 +4,13 @@
* *
* A Caching library implementing psr/cache (PSR 6) and psr/simple-cache (PSR 16) * A Caching library implementing psr/cache (PSR 6) and psr/simple-cache (PSR 16)
* *
* PHP version 7.4 * PHP version 7.4+
* *
* @package Banker * @package Banker
* @author Timothy J. Warren <tim@timshomepage.net> * @author Timothy J. Warren <tim@timshomepage.net>
* @copyright 2016 - 2020 Timothy J. Warren * @copyright 2016 - 2021 Timothy J. Warren
* @license http://www.opensource.org/licenses/mit-license.html MIT License * @license http://www.opensource.org/licenses/mit-license.html MIT License
* @version 3.1.0 * @version 3.2.0
* @link https://git.timshomepage.net/timw4mail/banker * @link https://git.timshomepage.net/timw4mail/banker
*/ */
namespace Aviat\Banker\Exception; namespace Aviat\Banker\Exception;

View File

@ -4,13 +4,13 @@
* *
* A Caching library implementing psr/cache (PSR 6) and psr/simple-cache (PSR 16) * A Caching library implementing psr/cache (PSR 6) and psr/simple-cache (PSR 16)
* *
* PHP version 7.4 * PHP version 7.4+
* *
* @package Banker * @package Banker
* @author Timothy J. Warren <tim@timshomepage.net> * @author Timothy J. Warren <tim@timshomepage.net>
* @copyright 2016 - 2020 Timothy J. Warren * @copyright 2016 - 2021 Timothy J. Warren
* @license http://www.opensource.org/licenses/mit-license.html MIT License * @license http://www.opensource.org/licenses/mit-license.html MIT License
* @version 3.1.0 * @version 3.2.0
* @link https://git.timshomepage.net/timw4mail/banker * @link https://git.timshomepage.net/timw4mail/banker
*/ */
namespace Aviat\Banker\Exception; namespace Aviat\Banker\Exception;

View File

@ -4,13 +4,13 @@
* *
* A Caching library implementing psr/cache (PSR 6) and psr/simple-cache (PSR 16) * A Caching library implementing psr/cache (PSR 6) and psr/simple-cache (PSR 16)
* *
* PHP version 7.4 * PHP version 7.4+
* *
* @package Banker * @package Banker
* @author Timothy J. Warren <tim@timshomepage.net> * @author Timothy J. Warren <tim@timshomepage.net>
* @copyright 2016 - 2020 Timothy J. Warren * @copyright 2016 - 2021 Timothy J. Warren
* @license http://www.opensource.org/licenses/mit-license.html MIT License * @license http://www.opensource.org/licenses/mit-license.html MIT License
* @version 3.1.0 * @version 3.2.0
* @link https://git.timshomepage.net/timw4mail/banker * @link https://git.timshomepage.net/timw4mail/banker
*/ */
namespace Aviat\Banker; namespace Aviat\Banker;

View File

@ -4,13 +4,13 @@
* *
* A Caching library implementing psr/cache (PSR 6) and psr/simple-cache (PSR 16) * A Caching library implementing psr/cache (PSR 6) and psr/simple-cache (PSR 16)
* *
* PHP version 7.4 * PHP version 7.4+
* *
* @package Banker * @package Banker
* @author Timothy J. Warren <tim@timshomepage.net> * @author Timothy J. Warren <tim@timshomepage.net>
* @copyright 2016 - 2020 Timothy J. Warren * @copyright 2016 - 2021 Timothy J. Warren
* @license http://www.opensource.org/licenses/mit-license.html MIT License * @license http://www.opensource.org/licenses/mit-license.html MIT License
* @version 3.1.0 * @version 3.2.0
* @link https://git.timshomepage.net/timw4mail/banker * @link https://git.timshomepage.net/timw4mail/banker
*/ */
namespace Aviat\Banker; namespace Aviat\Banker;

View File

@ -4,13 +4,13 @@
* *
* A Caching library implementing psr/cache (PSR 6) and psr/simple-cache (PSR 16) * A Caching library implementing psr/cache (PSR 6) and psr/simple-cache (PSR 16)
* *
* PHP version 7.4 * PHP version 7.4+
* *
* @package Banker * @package Banker
* @author Timothy J. Warren <tim@timshomepage.net> * @author Timothy J. Warren <tim@timshomepage.net>
* @copyright 2016 - 2020 Timothy J. Warren * @copyright 2016 - 2021 Timothy J. Warren
* @license http://www.opensource.org/licenses/mit-license.html MIT License * @license http://www.opensource.org/licenses/mit-license.html MIT License
* @version 3.1.0 * @version 3.2.0
* @link https://git.timshomepage.net/timw4mail/banker * @link https://git.timshomepage.net/timw4mail/banker
*/ */
namespace Aviat\Banker; namespace Aviat\Banker;

View File

@ -4,13 +4,13 @@
* *
* A Caching library implementing psr/cache (PSR 6) and psr/simple-cache (PSR 16) * A Caching library implementing psr/cache (PSR 6) and psr/simple-cache (PSR 16)
* *
* PHP version 7.4 * PHP version 7.4+
* *
* @package Banker * @package Banker
* @author Timothy J. Warren <tim@timshomepage.net> * @author Timothy J. Warren <tim@timshomepage.net>
* @copyright 2016 - 2020 Timothy J. Warren * @copyright 2016 - 2021 Timothy J. Warren
* @license http://www.opensource.org/licenses/mit-license.html MIT License * @license http://www.opensource.org/licenses/mit-license.html MIT License
* @version 3.1.0 * @version 3.2.0
* @link https://git.timshomepage.net/timw4mail/banker * @link https://git.timshomepage.net/timw4mail/banker
*/ */
namespace Aviat\Banker; namespace Aviat\Banker;

View File

@ -4,13 +4,13 @@
* *
* A Caching library implementing psr/cache (PSR 6) and psr/simple-cache (PSR 16) * A Caching library implementing psr/cache (PSR 6) and psr/simple-cache (PSR 16)
* *
* PHP version 7.4 * PHP version 7.4+
* *
* @package Banker * @package Banker
* @author Timothy J. Warren <tim@timshomepage.net> * @author Timothy J. Warren <tim@timshomepage.net>
* @copyright 2016 - 2020 Timothy J. Warren * @copyright 2016 - 2021 Timothy J. Warren
* @license http://www.opensource.org/licenses/mit-license.html MIT License * @license http://www.opensource.org/licenses/mit-license.html MIT License
* @version 3.1.0 * @version 3.2.0
* @link https://git.timshomepage.net/timw4mail/banker * @link https://git.timshomepage.net/timw4mail/banker
*/ */
namespace Aviat\Banker; namespace Aviat\Banker;

View File

@ -4,13 +4,13 @@
* *
* A Caching library implementing psr/cache (PSR 6) and psr/simple-cache (PSR 16) * A Caching library implementing psr/cache (PSR 6) and psr/simple-cache (PSR 16)
* *
* PHP version 7.4 * PHP version 7.4+
* *
* @package Banker * @package Banker
* @author Timothy J. Warren <tim@timshomepage.net> * @author Timothy J. Warren <tim@timshomepage.net>
* @copyright 2016 - 2020 Timothy J. Warren * @copyright 2016 - 2021 Timothy J. Warren
* @license http://www.opensource.org/licenses/mit-license.html MIT License * @license http://www.opensource.org/licenses/mit-license.html MIT License
* @version 3.1.0 * @version 3.2.0
* @link https://git.timshomepage.net/timw4mail/banker * @link https://git.timshomepage.net/timw4mail/banker
*/ */
namespace Aviat\Banker; namespace Aviat\Banker;

View File

@ -4,13 +4,13 @@
* *
* A Caching library implementing psr/cache (PSR 6) and psr/simple-cache (PSR 16) * A Caching library implementing psr/cache (PSR 6) and psr/simple-cache (PSR 16)
* *
* PHP version 7.4 * PHP version 7.4+
* *
* @package Banker * @package Banker
* @author Timothy J. Warren <tim@timshomepage.net> * @author Timothy J. Warren <tim@timshomepage.net>
* @copyright 2016 - 2020 Timothy J. Warren * @copyright 2016 - 2021 Timothy J. Warren
* @license http://www.opensource.org/licenses/mit-license.html MIT License * @license http://www.opensource.org/licenses/mit-license.html MIT License
* @version 3.1.0 * @version 3.2.0
* @link https://git.timshomepage.net/timw4mail/banker * @link https://git.timshomepage.net/timw4mail/banker
*/ */
namespace Aviat\Banker; namespace Aviat\Banker;

View File

@ -4,13 +4,13 @@
* *
* A Caching library implementing psr/cache (PSR 6) and psr/simple-cache (PSR 16) * A Caching library implementing psr/cache (PSR 6) and psr/simple-cache (PSR 16)
* *
* PHP version 7.4 * PHP version 7.4+
* *
* @package Banker * @package Banker
* @author Timothy J. Warren <tim@timshomepage.net> * @author Timothy J. Warren <tim@timshomepage.net>
* @copyright 2016 - 2020 Timothy J. Warren * @copyright 2016 - 2021 Timothy J. Warren
* @license http://www.opensource.org/licenses/mit-license.html MIT License * @license http://www.opensource.org/licenses/mit-license.html MIT License
* @version 3.1.0 * @version 3.2.0
* @link https://git.timshomepage.net/timw4mail/banker * @link https://git.timshomepage.net/timw4mail/banker
*/ */
namespace Aviat\Banker\Tests\Driver; namespace Aviat\Banker\Tests\Driver;

View File

@ -4,13 +4,13 @@
* *
* A Caching library implementing psr/cache (PSR 6) and psr/simple-cache (PSR 16) * A Caching library implementing psr/cache (PSR 6) and psr/simple-cache (PSR 16)
* *
* PHP version 7.4 * PHP version 7.4+
* *
* @package Banker * @package Banker
* @author Timothy J. Warren <tim@timshomepage.net> * @author Timothy J. Warren <tim@timshomepage.net>
* @copyright 2016 - 2020 Timothy J. Warren * @copyright 2016 - 2021 Timothy J. Warren
* @license http://www.opensource.org/licenses/mit-license.html MIT License * @license http://www.opensource.org/licenses/mit-license.html MIT License
* @version 3.1.0 * @version 3.2.0
* @link https://git.timshomepage.net/timw4mail/banker * @link https://git.timshomepage.net/timw4mail/banker
*/ */
namespace Aviat\Banker\Tests\Driver; namespace Aviat\Banker\Tests\Driver;

View File

@ -4,13 +4,13 @@
* *
* A Caching library implementing psr/cache (PSR 6) and psr/simple-cache (PSR 16) * A Caching library implementing psr/cache (PSR 6) and psr/simple-cache (PSR 16)
* *
* PHP version 7.4 * PHP version 7.4+
* *
* @package Banker * @package Banker
* @author Timothy J. Warren <tim@timshomepage.net> * @author Timothy J. Warren <tim@timshomepage.net>
* @copyright 2016 - 2020 Timothy J. Warren * @copyright 2016 - 2021 Timothy J. Warren
* @license http://www.opensource.org/licenses/mit-license.html MIT License * @license http://www.opensource.org/licenses/mit-license.html MIT License
* @version 3.1.0 * @version 3.2.0
* @link https://git.timshomepage.net/timw4mail/banker * @link https://git.timshomepage.net/timw4mail/banker
*/ */
namespace Aviat\Banker\Tests\Driver; namespace Aviat\Banker\Tests\Driver;

View File

@ -4,13 +4,13 @@
* *
* A Caching library implementing psr/cache (PSR 6) and psr/simple-cache (PSR 16) * A Caching library implementing psr/cache (PSR 6) and psr/simple-cache (PSR 16)
* *
* PHP version 7.4 * PHP version 7.4+
* *
* @package Banker * @package Banker
* @author Timothy J. Warren <tim@timshomepage.net> * @author Timothy J. Warren <tim@timshomepage.net>
* @copyright 2016 - 2020 Timothy J. Warren * @copyright 2016 - 2021 Timothy J. Warren
* @license http://www.opensource.org/licenses/mit-license.html MIT License * @license http://www.opensource.org/licenses/mit-license.html MIT License
* @version 3.1.0 * @version 3.2.0
* @link https://git.timshomepage.net/timw4mail/banker * @link https://git.timshomepage.net/timw4mail/banker
*/ */
namespace Aviat\Banker\Tests\Driver; namespace Aviat\Banker\Tests\Driver;

View File

@ -4,13 +4,13 @@
* *
* A Caching library implementing psr/cache (PSR 6) and psr/simple-cache (PSR 16) * A Caching library implementing psr/cache (PSR 6) and psr/simple-cache (PSR 16)
* *
* PHP version 7.4 * PHP version 7.4+
* *
* @package Banker * @package Banker
* @author Timothy J. Warren <tim@timshomepage.net> * @author Timothy J. Warren <tim@timshomepage.net>
* @copyright 2016 - 2020 Timothy J. Warren * @copyright 2016 - 2021 Timothy J. Warren
* @license http://www.opensource.org/licenses/mit-license.html MIT License * @license http://www.opensource.org/licenses/mit-license.html MIT License
* @version 3.1.0 * @version 3.2.0
* @link https://git.timshomepage.net/timw4mail/banker * @link https://git.timshomepage.net/timw4mail/banker
*/ */
namespace Aviat\Banker\Tests\Driver; namespace Aviat\Banker\Tests\Driver;

View File

@ -4,13 +4,13 @@
* *
* A Caching library implementing psr/cache (PSR 6) and psr/simple-cache (PSR 16) * A Caching library implementing psr/cache (PSR 6) and psr/simple-cache (PSR 16)
* *
* PHP version 7.4 * PHP version 7.4+
* *
* @package Banker * @package Banker
* @author Timothy J. Warren <tim@timshomepage.net> * @author Timothy J. Warren <tim@timshomepage.net>
* @copyright 2016 - 2020 Timothy J. Warren * @copyright 2016 - 2021 Timothy J. Warren
* @license http://www.opensource.org/licenses/mit-license.html MIT License * @license http://www.opensource.org/licenses/mit-license.html MIT License
* @version 3.1.0 * @version 3.2.0
* @link https://git.timshomepage.net/timw4mail/banker * @link https://git.timshomepage.net/timw4mail/banker
*/ */
namespace Aviat\Banker\Tests; namespace Aviat\Banker\Tests;

View File

@ -4,13 +4,13 @@
* *
* A Caching library implementing psr/cache (PSR 6) and psr/simple-cache (PSR 16) * A Caching library implementing psr/cache (PSR 6) and psr/simple-cache (PSR 16)
* *
* PHP version 7.4 * PHP version 7.4+
* *
* @package Banker * @package Banker
* @author Timothy J. Warren <tim@timshomepage.net> * @author Timothy J. Warren <tim@timshomepage.net>
* @copyright 2016 - 2020 Timothy J. Warren * @copyright 2016 - 2021 Timothy J. Warren
* @license http://www.opensource.org/licenses/mit-license.html MIT License * @license http://www.opensource.org/licenses/mit-license.html MIT License
* @version 3.1.0 * @version 3.2.0
* @link https://git.timshomepage.net/timw4mail/banker * @link https://git.timshomepage.net/timw4mail/banker
*/ */
namespace Aviat\Banker\Tests; namespace Aviat\Banker\Tests;

View File

@ -4,13 +4,13 @@
* *
* A Caching library implementing psr/cache (PSR 6) and psr/simple-cache (PSR 16) * A Caching library implementing psr/cache (PSR 6) and psr/simple-cache (PSR 16)
* *
* PHP version 7.4 * PHP version 7.4+
* *
* @package Banker * @package Banker
* @author Timothy J. Warren <tim@timshomepage.net> * @author Timothy J. Warren <tim@timshomepage.net>
* @copyright 2016 - 2020 Timothy J. Warren * @copyright 2016 - 2021 Timothy J. Warren
* @license http://www.opensource.org/licenses/mit-license.html MIT License * @license http://www.opensource.org/licenses/mit-license.html MIT License
* @version 3.1.0 * @version 3.2.0
* @link https://git.timshomepage.net/timw4mail/banker * @link https://git.timshomepage.net/timw4mail/banker
*/ */
namespace Aviat\Banker\Tests; namespace Aviat\Banker\Tests;

View File

@ -4,13 +4,13 @@
* *
* A Caching library implementing psr/cache (PSR 6) and psr/simple-cache (PSR 16) * A Caching library implementing psr/cache (PSR 6) and psr/simple-cache (PSR 16)
* *
* PHP version 7.4 * PHP version 7.4+
* *
* @package Banker * @package Banker
* @author Timothy J. Warren <tim@timshomepage.net> * @author Timothy J. Warren <tim@timshomepage.net>
* @copyright 2016 - 2020 Timothy J. Warren * @copyright 2016 - 2021 Timothy J. Warren
* @license http://www.opensource.org/licenses/mit-license.html MIT License * @license http://www.opensource.org/licenses/mit-license.html MIT License
* @version 3.1.0 * @version 3.2.0
* @link https://git.timshomepage.net/timw4mail/banker * @link https://git.timshomepage.net/timw4mail/banker
*/ */
namespace Aviat\Banker\Tests; namespace Aviat\Banker\Tests;

View File

@ -4,13 +4,13 @@
* *
* A Caching library implementing psr/cache (PSR 6) and psr/simple-cache (PSR 16) * A Caching library implementing psr/cache (PSR 6) and psr/simple-cache (PSR 16)
* *
* PHP version 7.4 * PHP version 7.4+
* *
* @package Banker * @package Banker
* @author Timothy J. Warren <tim@timshomepage.net> * @author Timothy J. Warren <tim@timshomepage.net>
* @copyright 2016 - 2020 Timothy J. Warren * @copyright 2016 - 2021 Timothy J. Warren
* @license http://www.opensource.org/licenses/mit-license.html MIT License * @license http://www.opensource.org/licenses/mit-license.html MIT License
* @version 3.1.0 * @version 3.2.0
* @link https://git.timshomepage.net/timw4mail/banker * @link https://git.timshomepage.net/timw4mail/banker
*/ */
namespace Aviat\Banker\Tests; namespace Aviat\Banker\Tests;

View File

@ -4,13 +4,13 @@
* *
* A Caching library implementing psr/cache (PSR 6) and psr/simple-cache (PSR 16) * A Caching library implementing psr/cache (PSR 6) and psr/simple-cache (PSR 16)
* *
* PHP version 7.4 * PHP version 7.4+
* *
* @package Banker * @package Banker
* @author Timothy J. Warren <tim@timshomepage.net> * @author Timothy J. Warren <tim@timshomepage.net>
* @copyright 2016 - 2020 Timothy J. Warren * @copyright 2016 - 2021 Timothy J. Warren
* @license http://www.opensource.org/licenses/mit-license.html MIT License * @license http://www.opensource.org/licenses/mit-license.html MIT License
* @version 3.1.0 * @version 3.2.0
* @link https://git.timshomepage.net/timw4mail/banker * @link https://git.timshomepage.net/timw4mail/banker
*/ */
namespace Aviat\Banker\Tests; namespace Aviat\Banker\Tests;