diff --git a/MysqliDb.php b/MysqliDb.php index 6f1e957..a04272b 100644 --- a/MysqliDb.php +++ b/MysqliDb.php @@ -260,6 +260,7 @@ class MysqliDb * @param int $port * @param string $charset * @param string $socket + * @param string $owner */ public function __construct($host = null, $username = null, $password = null, $db = null, $port = null, $charset = 'utf8', $socket = null) { diff --git a/dbObject.php b/dbObject.php index 304630a..70e52f9 100644 --- a/dbObject.php +++ b/dbObject.php @@ -9,6 +9,7 @@ * @license http://opensource.org/licenses/gpl-3.0.html GNU Public License * @link http://github.com/joshcam/PHP-MySQLi-Database-Class * @version 2.9-master + * @version 3.0-master * * @method int count () * @method dbObject ArrayBuilder()