From 21e48b082df368259900038eea7b7b0a54f9a169 Mon Sep 17 00:00:00 2001 From: aguchux Date: Sat, 16 Jan 2021 09:11:49 +0100 Subject: [PATCH 1/2] Testing first git workout --- MysqliDb.php | 1 + 1 file changed, 1 insertion(+) diff --git a/MysqliDb.php b/MysqliDb.php index 6f1e957e..a04272b6 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) { From d3386f380797c0598e8410c6dd2036c548ca2caf Mon Sep 17 00:00:00 2001 From: aguchux Date: Sat, 16 Jan 2021 09:19:30 +0100 Subject: [PATCH 2/2] Testing first git workout --- dbObject.php | 1 + 1 file changed, 1 insertion(+) diff --git a/dbObject.php b/dbObject.php index 304630a3..70e52f93 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()