diff --git a/src/ConnectionManager.php b/src/ConnectionManager.php index d8617b6..36314b6 100644 --- a/src/ConnectionManager.php +++ b/src/ConnectionManager.php @@ -4,13 +4,14 @@ * * SQL Query Builder / Database Abstraction Layer * - * PHP version 7.1 + * PHP version 7.2 * * @package Query * @author Timothy J. Warren - * @copyright 2012 - 2018 Timothy J. Warren + * @copyright 2012 - 2019 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @link https://git.timshomepage.net/aviat4ion/Query + * @link https://git.timshomepage.net/aviat/Query + * @version 3.0.0 */ namespace Query; diff --git a/src/Drivers/AbstractDriver.php b/src/Drivers/AbstractDriver.php index 3c1d345..16f4c7a 100644 --- a/src/Drivers/AbstractDriver.php +++ b/src/Drivers/AbstractDriver.php @@ -4,13 +4,14 @@ * * SQL Query Builder / Database Abstraction Layer * - * PHP version 7.1 + * PHP version 7.2 * * @package Query * @author Timothy J. Warren - * @copyright 2012 - 2018 Timothy J. Warren + * @copyright 2012 - 2019 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @link https://git.timshomepage.net/aviat4ion/Query + * @link https://git.timshomepage.net/aviat/Query + * @version 3.0.0 */ namespace Query\Drivers; diff --git a/src/Drivers/AbstractSQL.php b/src/Drivers/AbstractSQL.php index c57bf25..2e669fe 100644 --- a/src/Drivers/AbstractSQL.php +++ b/src/Drivers/AbstractSQL.php @@ -4,13 +4,14 @@ * * SQL Query Builder / Database Abstraction Layer * - * PHP version 7.1 + * PHP version 7.2 * * @package Query * @author Timothy J. Warren - * @copyright 2012 - 2018 Timothy J. Warren + * @copyright 2012 - 2019 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @link https://git.timshomepage.net/aviat4ion/Query + * @link https://git.timshomepage.net/aviat/Query + * @version 3.0.0 */ namespace Query\Drivers; diff --git a/src/Drivers/AbstractUtil.php b/src/Drivers/AbstractUtil.php index 8401395..c2de1d0 100644 --- a/src/Drivers/AbstractUtil.php +++ b/src/Drivers/AbstractUtil.php @@ -4,13 +4,14 @@ * * SQL Query Builder / Database Abstraction Layer * - * PHP version 7.1 + * PHP version 7.2 * * @package Query * @author Timothy J. Warren - * @copyright 2012 - 2018 Timothy J. Warren + * @copyright 2012 - 2019 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @link https://git.timshomepage.net/aviat4ion/Query + * @link https://git.timshomepage.net/aviat/Query + * @version 3.0.0 */ namespace Query\Drivers; diff --git a/src/Drivers/DriverInterface.php b/src/Drivers/DriverInterface.php index bf94fcf..606be26 100644 --- a/src/Drivers/DriverInterface.php +++ b/src/Drivers/DriverInterface.php @@ -4,13 +4,14 @@ * * SQL Query Builder / Database Abstraction Layer * - * PHP version 7.1 + * PHP version 7.2 * * @package Query * @author Timothy J. Warren - * @copyright 2012 - 2018 Timothy J. Warren + * @copyright 2012 - 2019 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @link https://git.timshomepage.net/aviat4ion/Query + * @link https://git.timshomepage.net/aviat/Query + * @version 3.0.0 */ namespace Query\Drivers; diff --git a/src/Drivers/Mysql/Driver.php b/src/Drivers/Mysql/Driver.php index c83361e..220d5d0 100644 --- a/src/Drivers/Mysql/Driver.php +++ b/src/Drivers/Mysql/Driver.php @@ -4,13 +4,14 @@ * * SQL Query Builder / Database Abstraction Layer * - * PHP version 7.1 + * PHP version 7.2 * * @package Query * @author Timothy J. Warren - * @copyright 2012 - 2018 Timothy J. Warren + * @copyright 2012 - 2019 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @link https://git.timshomepage.net/aviat4ion/Query + * @link https://git.timshomepage.net/aviat/Query + * @version 3.0.0 */ namespace Query\Drivers\Mysql; diff --git a/src/Drivers/Mysql/SQL.php b/src/Drivers/Mysql/SQL.php index f857ce1..dcb36c4 100644 --- a/src/Drivers/Mysql/SQL.php +++ b/src/Drivers/Mysql/SQL.php @@ -4,13 +4,14 @@ * * SQL Query Builder / Database Abstraction Layer * - * PHP version 7.1 + * PHP version 7.2 * * @package Query * @author Timothy J. Warren - * @copyright 2012 - 2018 Timothy J. Warren + * @copyright 2012 - 2019 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @link https://git.timshomepage.net/aviat4ion/Query + * @link https://git.timshomepage.net/aviat/Query + * @version 3.0.0 */ namespace Query\Drivers\Mysql; diff --git a/src/Drivers/Mysql/Util.php b/src/Drivers/Mysql/Util.php index b830c0a..5860978 100644 --- a/src/Drivers/Mysql/Util.php +++ b/src/Drivers/Mysql/Util.php @@ -4,13 +4,14 @@ * * SQL Query Builder / Database Abstraction Layer * - * PHP version 7.1 + * PHP version 7.2 * * @package Query * @author Timothy J. Warren - * @copyright 2012 - 2018 Timothy J. Warren + * @copyright 2012 - 2019 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @link https://git.timshomepage.net/aviat4ion/Query + * @link https://git.timshomepage.net/aviat/Query + * @version 3.0.0 */ namespace Query\Drivers\Mysql; diff --git a/src/Drivers/Pgsql/Driver.php b/src/Drivers/Pgsql/Driver.php index 02f4d9b..b841798 100644 --- a/src/Drivers/Pgsql/Driver.php +++ b/src/Drivers/Pgsql/Driver.php @@ -4,13 +4,14 @@ * * SQL Query Builder / Database Abstraction Layer * - * PHP version 7.1 + * PHP version 7.2 * * @package Query * @author Timothy J. Warren - * @copyright 2012 - 2018 Timothy J. Warren + * @copyright 2012 - 2019 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @link https://git.timshomepage.net/aviat4ion/Query + * @link https://git.timshomepage.net/aviat/Query + * @version 3.0.0 */ namespace Query\Drivers\Pgsql; diff --git a/src/Drivers/Pgsql/SQL.php b/src/Drivers/Pgsql/SQL.php index 3aab205..250095c 100644 --- a/src/Drivers/Pgsql/SQL.php +++ b/src/Drivers/Pgsql/SQL.php @@ -4,13 +4,14 @@ * * SQL Query Builder / Database Abstraction Layer * - * PHP version 7.1 + * PHP version 7.2 * * @package Query * @author Timothy J. Warren - * @copyright 2012 - 2018 Timothy J. Warren + * @copyright 2012 - 2019 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @link https://git.timshomepage.net/aviat4ion/Query + * @link https://git.timshomepage.net/aviat/Query + * @version 3.0.0 */ namespace Query\Drivers\Pgsql; diff --git a/src/Drivers/Pgsql/Util.php b/src/Drivers/Pgsql/Util.php index b1890ac..b8b4556 100644 --- a/src/Drivers/Pgsql/Util.php +++ b/src/Drivers/Pgsql/Util.php @@ -4,13 +4,14 @@ * * SQL Query Builder / Database Abstraction Layer * - * PHP version 7.1 + * PHP version 7.2 * * @package Query * @author Timothy J. Warren - * @copyright 2012 - 2018 Timothy J. Warren + * @copyright 2012 - 2019 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @link https://git.timshomepage.net/aviat4ion/Query + * @link https://git.timshomepage.net/aviat/Query + * @version 3.0.0 */ namespace Query\Drivers\Pgsql; diff --git a/src/Drivers/SQLInterface.php b/src/Drivers/SQLInterface.php index 244de79..aa2a576 100644 --- a/src/Drivers/SQLInterface.php +++ b/src/Drivers/SQLInterface.php @@ -4,13 +4,14 @@ * * SQL Query Builder / Database Abstraction Layer * - * PHP version 7.1 + * PHP version 7.2 * * @package Query * @author Timothy J. Warren - * @copyright 2012 - 2018 Timothy J. Warren + * @copyright 2012 - 2019 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @link https://git.timshomepage.net/aviat4ion/Query + * @link https://git.timshomepage.net/aviat/Query + * @version 3.0.0 */ namespace Query\Drivers; diff --git a/src/Drivers/Sqlite/Driver.php b/src/Drivers/Sqlite/Driver.php index 8dd15a0..26747b1 100644 --- a/src/Drivers/Sqlite/Driver.php +++ b/src/Drivers/Sqlite/Driver.php @@ -4,13 +4,14 @@ * * SQL Query Builder / Database Abstraction Layer * - * PHP version 7.1 + * PHP version 7.2 * * @package Query * @author Timothy J. Warren - * @copyright 2012 - 2018 Timothy J. Warren + * @copyright 2012 - 2019 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @link https://git.timshomepage.net/aviat4ion/Query + * @link https://git.timshomepage.net/aviat/Query + * @version 3.0.0 */ namespace Query\Drivers\Sqlite; diff --git a/src/Drivers/Sqlite/SQL.php b/src/Drivers/Sqlite/SQL.php index 719f955..5ea51d3 100644 --- a/src/Drivers/Sqlite/SQL.php +++ b/src/Drivers/Sqlite/SQL.php @@ -4,13 +4,14 @@ * * SQL Query Builder / Database Abstraction Layer * - * PHP version 7.1 + * PHP version 7.2 * * @package Query * @author Timothy J. Warren - * @copyright 2012 - 2018 Timothy J. Warren + * @copyright 2012 - 2019 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @link https://git.timshomepage.net/aviat4ion/Query + * @link https://git.timshomepage.net/aviat/Query + * @version 3.0.0 */ namespace Query\Drivers\Sqlite; diff --git a/src/Drivers/Sqlite/Util.php b/src/Drivers/Sqlite/Util.php index 2980085..53bc2be 100644 --- a/src/Drivers/Sqlite/Util.php +++ b/src/Drivers/Sqlite/Util.php @@ -4,13 +4,14 @@ * * SQL Query Builder / Database Abstraction Layer * - * PHP version 7.1 + * PHP version 7.2 * * @package Query * @author Timothy J. Warren - * @copyright 2012 - 2018 Timothy J. Warren + * @copyright 2012 - 2019 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @link https://git.timshomepage.net/aviat4ion/Query + * @link https://git.timshomepage.net/aviat/Query + * @version 3.0.0 */ namespace Query\Drivers\Sqlite; diff --git a/src/Exception/BadDBDriverException.php b/src/Exception/BadDBDriverException.php index fa9bc5c..b7f21a1 100644 --- a/src/Exception/BadDBDriverException.php +++ b/src/Exception/BadDBDriverException.php @@ -4,13 +4,14 @@ * * SQL Query Builder / Database Abstraction Layer * - * PHP version 7.1 + * PHP version 7.2 * * @package Query * @author Timothy J. Warren - * @copyright 2012 - 2018 Timothy J. Warren + * @copyright 2012 - 2019 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @link https://git.timshomepage.net/aviat4ion/Query + * @link https://git.timshomepage.net/aviat/Query + * @version 3.0.0 */ namespace Query\Exception; diff --git a/src/Exception/NonExistentConnectionException.php b/src/Exception/NonExistentConnectionException.php index 3ff0731..4c9ddde 100644 --- a/src/Exception/NonExistentConnectionException.php +++ b/src/Exception/NonExistentConnectionException.php @@ -4,13 +4,14 @@ * * SQL Query Builder / Database Abstraction Layer * - * PHP version 7.1 + * PHP version 7.2 * * @package Query * @author Timothy J. Warren - * @copyright 2012 - 2018 Timothy J. Warren + * @copyright 2012 - 2019 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @link https://git.timshomepage.net/aviat4ion/Query + * @link https://git.timshomepage.net/aviat/Query + * @version 3.0.0 */ namespace Query\Exception; diff --git a/src/Exception/NotImplementedException.php b/src/Exception/NotImplementedException.php index a8bcb46..725a566 100644 --- a/src/Exception/NotImplementedException.php +++ b/src/Exception/NotImplementedException.php @@ -4,13 +4,14 @@ * * SQL Query Builder / Database Abstraction Layer * - * PHP version 7.1 + * PHP version 7.2 * * @package Query * @author Timothy J. Warren - * @copyright 2012 - 2018 Timothy J. Warren + * @copyright 2012 - 2019 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @link https://git.timshomepage.net/aviat4ion/Query + * @link https://git.timshomepage.net/aviat/Query + * @version 3.0.0 */ namespace Query\Exception; diff --git a/src/QueryBuilder.php b/src/QueryBuilder.php index cd4235b..6db6e6b 100644 --- a/src/QueryBuilder.php +++ b/src/QueryBuilder.php @@ -4,13 +4,14 @@ * * SQL Query Builder / Database Abstraction Layer * - * PHP version 7.1 + * PHP version 7.2 * * @package Query * @author Timothy J. Warren - * @copyright 2012 - 2018 Timothy J. Warren + * @copyright 2012 - 2019 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @link https://git.timshomepage.net/aviat4ion/Query + * @link https://git.timshomepage.net/aviat/Query + * @version 3.0.0 */ namespace Query; diff --git a/src/QueryBuilderInterface.php b/src/QueryBuilderInterface.php index 9fe70c8..6a0934d 100644 --- a/src/QueryBuilderInterface.php +++ b/src/QueryBuilderInterface.php @@ -4,13 +4,14 @@ * * SQL Query Builder / Database Abstraction Layer * - * PHP version 7.1 + * PHP version 7.2 * * @package Query * @author Timothy J. Warren - * @copyright 2012 - 2018 Timothy J. Warren + * @copyright 2012 - 2019 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @link https://git.timshomepage.net/aviat4ion/Query + * @link https://git.timshomepage.net/aviat/Query + * @version 3.0.0 */ namespace Query; diff --git a/src/QueryParser.php b/src/QueryParser.php index 4cccdb7..5412cd2 100644 --- a/src/QueryParser.php +++ b/src/QueryParser.php @@ -4,13 +4,14 @@ * * SQL Query Builder / Database Abstraction Layer * - * PHP version 7.1 + * PHP version 7.2 * * @package Query * @author Timothy J. Warren - * @copyright 2012 - 2018 Timothy J. Warren + * @copyright 2012 - 2019 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @link https://git.timshomepage.net/aviat4ion/Query + * @link https://git.timshomepage.net/aviat/Query + * @version 3.0.0 */ namespace Query; diff --git a/src/State.php b/src/State.php index 912c89e..b859d63 100644 --- a/src/State.php +++ b/src/State.php @@ -4,13 +4,14 @@ * * SQL Query Builder / Database Abstraction Layer * - * PHP version 7.1 + * PHP version 7.2 * * @package Query * @author Timothy J. Warren - * @copyright 2012 - 2018 Timothy J. Warren + * @copyright 2012 - 2019 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @link https://git.timshomepage.net/aviat4ion/Query + * @link https://git.timshomepage.net/aviat/Query + * @version 3.0.0 */ namespace Query; diff --git a/src/common.php b/src/common.php index 146e11d..a1b1fe2 100644 --- a/src/common.php +++ b/src/common.php @@ -4,15 +4,15 @@ * * SQL Query Builder / Database Abstraction Layer * - * PHP version 7 + * PHP version 7.2 * - * @package Query - * @author Timothy J. Warren - * @copyright 2012 - 2016 Timothy J. Warren - * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @link https://git.timshomepage.net/aviat4ion/Query + * @package Query + * @author Timothy J. Warren + * @copyright 2012 - 2019 Timothy J. Warren + * @license http://www.opensource.org/licenses/mit-license.html MIT License + * @link https://git.timshomepage.net/aviat/Query + * @version 3.0.0 */ - namespace { use Query\{ diff --git a/tests/BaseDriverTest.php b/tests/BaseDriverTest.php index 6af23fb..438af35 100644 --- a/tests/BaseDriverTest.php +++ b/tests/BaseDriverTest.php @@ -4,13 +4,14 @@ * * SQL Query Builder / Database Abstraction Layer * - * PHP version 7.1 + * PHP version 7.2 * * @package Query * @author Timothy J. Warren - * @copyright 2012 - 2018 Timothy J. Warren + * @copyright 2012 - 2019 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @link https://git.timshomepage.net/aviat4ion/Query + * @link https://git.timshomepage.net/aviat/Query + * @version 3.0.0 */ namespace Query\Tests; diff --git a/tests/BaseQueryBuilderTest.php b/tests/BaseQueryBuilderTest.php index d808875..8cd6337 100644 --- a/tests/BaseQueryBuilderTest.php +++ b/tests/BaseQueryBuilderTest.php @@ -4,13 +4,14 @@ * * SQL Query Builder / Database Abstraction Layer * - * PHP version 7.1 + * PHP version 7.2 * * @package Query * @author Timothy J. Warren - * @copyright 2012 - 2018 Timothy J. Warren + * @copyright 2012 - 2019 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @link https://git.timshomepage.net/aviat4ion/Query + * @link https://git.timshomepage.net/aviat/Query + * @version 3.0.0 */ namespace Query\Tests; diff --git a/tests/ConnectionManagerTest.php b/tests/ConnectionManagerTest.php index 054185d..9e79868 100644 --- a/tests/ConnectionManagerTest.php +++ b/tests/ConnectionManagerTest.php @@ -4,13 +4,14 @@ * * SQL Query Builder / Database Abstraction Layer * - * PHP version 7.1 + * PHP version 7.2 * * @package Query * @author Timothy J. Warren - * @copyright 2012 - 2018 Timothy J. Warren + * @copyright 2012 - 2019 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @link https://git.timshomepage.net/aviat4ion/Query + * @link https://git.timshomepage.net/aviat/Query + * @version 3.0.0 */ namespace Query\Tests; diff --git a/tests/CoreTest.php b/tests/CoreTest.php index d4b85bf..d5baaf0 100644 --- a/tests/CoreTest.php +++ b/tests/CoreTest.php @@ -4,13 +4,14 @@ * * SQL Query Builder / Database Abstraction Layer * - * PHP version 7.1 + * PHP version 7.2 * * @package Query * @author Timothy J. Warren - * @copyright 2012 - 2018 Timothy J. Warren + * @copyright 2012 - 2019 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @link https://git.timshomepage.net/aviat4ion/Query + * @link https://git.timshomepage.net/aviat/Query + * @version 3.0.0 */ namespace Query\Tests; diff --git a/tests/Drivers/MySQL/MySQLDriverTest.php b/tests/Drivers/MySQL/MySQLDriverTest.php index dd28a81..5a834b6 100644 --- a/tests/Drivers/MySQL/MySQLDriverTest.php +++ b/tests/Drivers/MySQL/MySQLDriverTest.php @@ -4,13 +4,14 @@ * * SQL Query Builder / Database Abstraction Layer * - * PHP version 7.1 + * PHP version 7.2 * * @package Query * @author Timothy J. Warren - * @copyright 2012 - 2018 Timothy J. Warren + * @copyright 2012 - 2019 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @link https://git.timshomepage.net/aviat4ion/Query + * @link https://git.timshomepage.net/aviat/Query + * @version 3.0.0 */ namespace Query\Tests\Drivers\MySQL; diff --git a/tests/Drivers/MySQL/MySQLQueryBuilderTest.php b/tests/Drivers/MySQL/MySQLQueryBuilderTest.php index c9bd721..87f6a67 100644 --- a/tests/Drivers/MySQL/MySQLQueryBuilderTest.php +++ b/tests/Drivers/MySQL/MySQLQueryBuilderTest.php @@ -4,13 +4,14 @@ * * SQL Query Builder / Database Abstraction Layer * - * PHP version 7.1 + * PHP version 7.2 * * @package Query * @author Timothy J. Warren - * @copyright 2012 - 2018 Timothy J. Warren + * @copyright 2012 - 2019 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @link https://git.timshomepage.net/aviat4ion/Query + * @link https://git.timshomepage.net/aviat/Query + * @version 3.0.0 */ namespace Query\Tests\Drivers\MySQL; diff --git a/tests/Drivers/PgSQL/PgSQLDriverTest.php b/tests/Drivers/PgSQL/PgSQLDriverTest.php index 5fe0ec5..7becb0c 100644 --- a/tests/Drivers/PgSQL/PgSQLDriverTest.php +++ b/tests/Drivers/PgSQL/PgSQLDriverTest.php @@ -4,13 +4,14 @@ * * SQL Query Builder / Database Abstraction Layer * - * PHP version 7.1 + * PHP version 7.2 * * @package Query * @author Timothy J. Warren - * @copyright 2012 - 2018 Timothy J. Warren + * @copyright 2012 - 2019 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @link https://git.timshomepage.net/aviat4ion/Query + * @link https://git.timshomepage.net/aviat/Query + * @version 3.0.0 */ namespace Query\Tests\Drivers\PgSQL; diff --git a/tests/Drivers/PgSQL/PgSQLQueryBuilderTest.php b/tests/Drivers/PgSQL/PgSQLQueryBuilderTest.php index 1ebee90..a732e2f 100644 --- a/tests/Drivers/PgSQL/PgSQLQueryBuilderTest.php +++ b/tests/Drivers/PgSQL/PgSQLQueryBuilderTest.php @@ -4,13 +4,14 @@ * * SQL Query Builder / Database Abstraction Layer * - * PHP version 7.1 + * PHP version 7.2 * * @package Query * @author Timothy J. Warren - * @copyright 2012 - 2018 Timothy J. Warren + * @copyright 2012 - 2019 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @link https://git.timshomepage.net/aviat4ion/Query + * @link https://git.timshomepage.net/aviat/Query + * @version 3.0.0 */ namespace Query\Tests\Drivers\PgSQL; diff --git a/tests/Drivers/SQLite/SQLiteDriverTest.php b/tests/Drivers/SQLite/SQLiteDriverTest.php index 47082f0..c14af25 100644 --- a/tests/Drivers/SQLite/SQLiteDriverTest.php +++ b/tests/Drivers/SQLite/SQLiteDriverTest.php @@ -4,13 +4,14 @@ * * SQL Query Builder / Database Abstraction Layer * - * PHP version 7.1 + * PHP version 7.2 * * @package Query * @author Timothy J. Warren - * @copyright 2012 - 2018 Timothy J. Warren + * @copyright 2012 - 2019 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @link https://git.timshomepage.net/aviat4ion/Query + * @link https://git.timshomepage.net/aviat/Query + * @version 3.0.0 */ namespace Query\Tests\Drivers\SQLite; diff --git a/tests/Drivers/SQLite/SQLiteQueryBuilderTest.php b/tests/Drivers/SQLite/SQLiteQueryBuilderTest.php index daf77a8..00a6878 100644 --- a/tests/Drivers/SQLite/SQLiteQueryBuilderTest.php +++ b/tests/Drivers/SQLite/SQLiteQueryBuilderTest.php @@ -4,13 +4,14 @@ * * SQL Query Builder / Database Abstraction Layer * - * PHP version 7.1 + * PHP version 7.2 * * @package Query * @author Timothy J. Warren - * @copyright 2012 - 2018 Timothy J. Warren + * @copyright 2012 - 2019 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @link https://git.timshomepage.net/aviat4ion/Query + * @link https://git.timshomepage.net/aviat/Query + * @version 3.0.0 */ namespace Query\Tests\Drivers\SQLite; diff --git a/tests/QueryParserTest.php b/tests/QueryParserTest.php index e6a3261..d7fb4e3 100644 --- a/tests/QueryParserTest.php +++ b/tests/QueryParserTest.php @@ -4,13 +4,14 @@ * * SQL Query Builder / Database Abstraction Layer * - * PHP version 7.1 + * PHP version 7.2 * * @package Query * @author Timothy J. Warren - * @copyright 2012 - 2018 Timothy J. Warren + * @copyright 2012 - 2019 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @link https://git.timshomepage.net/aviat4ion/Query + * @link https://git.timshomepage.net/aviat/Query + * @version 3.0.0 */ namespace Query\Tests; diff --git a/tests/TestCase.php b/tests/TestCase.php index c9441be..83fb520 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -4,13 +4,14 @@ * * SQL Query Builder / Database Abstraction Layer * - * PHP version 7.1 + * PHP version 7.2 * * @package Query * @author Timothy J. Warren - * @copyright 2012 - 2018 Timothy J. Warren + * @copyright 2012 - 2019 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @link https://git.timshomepage.net/aviat4ion/Query + * @link https://git.timshomepage.net/aviat/Query + * @version 3.0.0 */ namespace Query\Tests; diff --git a/tests/index.php b/tests/index.php index e7556ce..b54b763 100644 --- a/tests/index.php +++ b/tests/index.php @@ -4,13 +4,14 @@ * * SQL Query Builder / Database Abstraction Layer * - * PHP version 7.1 + * PHP version 7.2 * * @package Query * @author Timothy J. Warren - * @copyright 2012 - 2018 Timothy J. Warren + * @copyright 2012 - 2019 Timothy J. Warren * @license http://www.opensource.org/licenses/mit-license.html MIT License - * @link https://git.timshomepage.net/aviat4ion/Query + * @link https://git.timshomepage.net/aviat/Query + * @version 3.0.0 */ namespace { /**