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) {