From 21e48b082df368259900038eea7b7b0a54f9a169 Mon Sep 17 00:00:00 2001 From: aguchux Date: Sat, 16 Jan 2021 09:11:49 +0100 Subject: [PATCH] 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) {