summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Regad <dregad@mantisbt.org>2025-11-22 16:20:56 +0100
committerDamien Regad <dregad@mantisbt.org>2025-11-22 16:20:56 +0100
commitfd37f9b5b1de89c43f1913deafa40d145838be31 (patch)
tree92517b53e35de46279e3f95964708afd0ff1f9e2
parent7441699b9c2fde0ade85c23acb1f519f6b54fbf3 (diff)
downloadadodb-fd37f9b5b1de89c43f1913deafa40d145838be31.tar.gz
adodb-fd37f9b5b1de89c43f1913deafa40d145838be31.tar.bz2
adodb-fd37f9b5b1de89c43f1913deafa40d145838be31.zip
Whitespace
-rw-r--r--drivers/adodb-mysqli.inc.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/adodb-mysqli.inc.php b/drivers/adodb-mysqli.inc.php
index a6678274..3a2d1ee8 100644
--- a/drivers/adodb-mysqli.inc.php
+++ b/drivers/adodb-mysqli.inc.php
@@ -149,9 +149,9 @@ class ADODB_mysqli extends ADOConnection {
*
* Parameter must be one of the constants listed in mysqli_options().
* @see https://www.php.net/manual/en/mysqli.options.php
- *
- * OR
- *
+ *
+ * OR
+ *
* Parameter must be a string matching one of the following special cases.
* 'ssl' - SSL values e.g. ('ssl' => ['ca' => '/path/to/ca.crt.pem'])
* 'clientflags' - Client flags of type 'MYSQLI_CLIENT_'
@@ -159,7 +159,7 @@ class ADODB_mysqli extends ADOConnection {
* @see https://www.php.net/manual/en/mysqli.constants.php
* 'socket' - The socket or named pipe that should be used
* 'port' - The port number to attempt to connect to the MySQL server
- *
+ *
* @param string|int $parameter The parameter to set
* @param string|int|array $value The value of the parameter
*