Skip to content

Commit 749934a

Browse files
authored
fixes (#662)
* fixed limit variable ordering in the comments * Expand readme on autoreconnect and multipe connections usage * update release numbers * update copyright years
1 parent 3e33abf commit 749934a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

MysqliDb.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
* @author Jeffery Way <[email protected]>
88
* @author Josh Campbell <[email protected]>
99
* @author Alexander V. Butenko <[email protected]>
10-
* @copyright Copyright (c) 2010-2016
10+
* @copyright Copyright (c) 2010-2017
1111
* @license http://opensource.org/licenses/gpl-3.0.html GNU Public License
1212
* @link http://github.com/joshcam/PHP-MySQLi-Database-Class
13-
* @version 2.8-master
13+
* @version 2.9-master
1414
*/
1515

1616
class MysqliDb

dbObject.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
* @category Database Access
66
* @package MysqliDb
77
* @author Alexander V. Butenko <[email protected]>
8-
* @copyright Copyright (c) 2015
8+
* @copyright Copyright (c) 2015-2017
99
* @license http://opensource.org/licenses/gpl-3.0.html GNU Public License
1010
* @link http://github.com/joshcam/PHP-MySQLi-Database-Class
11-
* @version 2.6-master
11+
* @version 2.9-master
1212
*
1313
* @method int count ()
1414
* @method dbObject ArrayBuilder()

0 commit comments

Comments
 (0)